Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1961)

Unified Diff: device/bluetooth/test/fake_bluetooth.h

Issue 2851173004: Eliminate bind callback that doesn't take a BindSourceInfo parameter. (Closed)
Patch Set: . Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « device/bluetooth/adapter_factory.cc ('k') | device/bluetooth/test/fake_bluetooth.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/bluetooth/test/fake_bluetooth.h
diff --git a/device/bluetooth/test/fake_bluetooth.h b/device/bluetooth/test/fake_bluetooth.h
index 83e4bb480998e6f845f764f9b1f5ca48d71db461..d74c863abed8eec1430924936930fe0fc5bfac75 100644
--- a/device/bluetooth/test/fake_bluetooth.h
+++ b/device/bluetooth/test/fake_bluetooth.h
@@ -9,6 +9,10 @@
#include "device/bluetooth/public/interfaces/test/fake_bluetooth.mojom.h"
#include "mojo/public/cpp/bindings/binding.h"
+namespace service_manager {
+struct BindSourceInfo;
+}
+
namespace bluetooth {
// Implementation of FakeBluetooth in
@@ -19,7 +23,8 @@ class FakeBluetooth : NON_EXPORTED_BASE(public mojom::FakeBluetooth) {
FakeBluetooth();
~FakeBluetooth() override;
- static void Create(mojom::FakeBluetoothRequest request);
+ static void Create(const service_manager::BindSourceInfo& source_info,
+ mojom::FakeBluetoothRequest request);
void SetLESupported(bool available,
const SetLESupportedCallback& callback) override;
« no previous file with comments | « device/bluetooth/adapter_factory.cc ('k') | device/bluetooth/test/fake_bluetooth.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698