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

Unified Diff: content/shell/browser/layout_test/layout_test_bluetooth_fake_adapter_setter_impl.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
Index: content/shell/browser/layout_test/layout_test_bluetooth_fake_adapter_setter_impl.h
diff --git a/content/shell/browser/layout_test/layout_test_bluetooth_fake_adapter_setter_impl.h b/content/shell/browser/layout_test/layout_test_bluetooth_fake_adapter_setter_impl.h
index 4ae6fa90eed66a6d407a9d080fbe07ab78a3ca2c..ead71d14d00391bc3d5e6b56c61e7b029dc6dc99 100644
--- a/content/shell/browser/layout_test/layout_test_bluetooth_fake_adapter_setter_impl.h
+++ b/content/shell/browser/layout_test/layout_test_bluetooth_fake_adapter_setter_impl.h
@@ -8,6 +8,10 @@
#include "base/macros.h"
#include "content/shell/common/layout_test/layout_test_bluetooth_fake_adapter_setter.mojom.h"
+namespace service_manager {
+struct BindSourceInfo;
+}
+
namespace content {
class LayoutTestBluetoothFakeAdapterSetterImpl
@@ -17,6 +21,7 @@ class LayoutTestBluetoothFakeAdapterSetterImpl
~LayoutTestBluetoothFakeAdapterSetterImpl() override;
static void Create(
+ const service_manager::BindSourceInfo& source_info,
mojom::LayoutTestBluetoothFakeAdapterSetterRequest request);
private:

Powered by Google App Engine
This is Rietveld 408576698