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

Unified Diff: device/bluetooth/adapter_factory.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 | « content/utility/utility_thread_impl.cc ('k') | device/bluetooth/adapter_factory.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/bluetooth/adapter_factory.h
diff --git a/device/bluetooth/adapter_factory.h b/device/bluetooth/adapter_factory.h
index a7f1d2dfd8bcca35a58d6d88b25dacab3d23fab4..2732165e8abf044ed8e5d9b0baa7fa90dd17ed46 100644
--- a/device/bluetooth/adapter_factory.h
+++ b/device/bluetooth/adapter_factory.h
@@ -9,6 +9,10 @@
#include "device/bluetooth/bluetooth_adapter.h"
#include "device/bluetooth/public/interfaces/adapter.mojom.h"
+namespace service_manager {
+struct BindSourceInfo;
+}
+
namespace bluetooth {
// Implementation of Mojo AdapterFactory located in
@@ -22,7 +26,8 @@ class AdapterFactory : public mojom::AdapterFactory {
~AdapterFactory() override;
// Creates an AdapterFactory with a strong Mojo binding to |request|.
- static void Create(mojom::AdapterFactoryRequest request);
+ static void Create(const service_manager::BindSourceInfo& source_info,
+ mojom::AdapterFactoryRequest request);
// mojom::AdapterFactory overrides:
void GetAdapter(const GetAdapterCallback& callback) override;
« no previous file with comments | « content/utility/utility_thread_impl.cc ('k') | device/bluetooth/adapter_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698