Skip to content

Commit

Permalink
Clean up unused |bindings_| from FakePrivilegedHostDeviceSetter
Browse files Browse the repository at this point in the history
This CL cleans up |bindings_| from FakePrivilegedHostDeviceSetter
since it's not used.

Bug: 955171
Change-Id: I35ab1100e8732aba2fe904ebb4ac7dcc40c0a0de
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1939130
Commit-Queue: Ryan Hansberry <hansberry@chromium.org>
Reviewed-by: Ryan Hansberry <hansberry@chromium.org>
Cr-Commit-Position: refs/heads/master@{#720528}
  • Loading branch information
jkim-julie authored and Commit Bot committed Dec 2, 2019
1 parent 2a33dee commit 79d3dc3
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@

#include "chromeos/services/multidevice_setup/privileged_host_device_setter_base.h"
#include "chromeos/services/multidevice_setup/public/mojom/multidevice_setup.mojom.h"
#include "mojo/public/cpp/bindings/binding_set.h"

namespace chromeos {

Expand All @@ -33,8 +32,6 @@ class FakePrivilegedHostDeviceSetter : public PrivilegedHostDeviceSetterBase {

std::vector<std::pair<std::string, SetHostDeviceCallback>> set_host_args_;

mojo::BindingSet<mojom::PrivilegedHostDeviceSetter> bindings_;

DISALLOW_COPY_AND_ASSIGN(FakePrivilegedHostDeviceSetter);
};

Expand Down

0 comments on commit 79d3dc3

Please sign in to comment.