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

Unified Diff: content/shell/browser/layout_test/layout_test_content_browser_client.cc

Issue 2059543002: bluetooth: Move FactoryWrapper to device and expose a function for testing in chooser controller (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@my-origin
Patch Set: Remove code from client interface Created 4 years, 5 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_content_browser_client.cc
diff --git a/content/shell/browser/layout_test/layout_test_content_browser_client.cc b/content/shell/browser/layout_test/layout_test_content_browser_client.cc
index 2b0d950007c8df819b4866ffb3a7e5671c7782ad..25425570f0e9857587af895059060156d6912554 100644
--- a/content/shell/browser/layout_test/layout_test_content_browser_client.cc
+++ b/content/shell/browser/layout_test/layout_test_content_browser_client.cc
@@ -69,7 +69,7 @@ void LayoutTestContentBrowserClient::RenderProcessWillLaunch(
partition->GetURLRequestContext()));
host->GetInterfaceRegistry()->AddInterface(base::Bind(
- &LayoutTestBluetoothFakeAdapterSetterImpl::Create, host->GetID()));
+ &LayoutTestBluetoothFakeAdapterSetterImpl::Create));
host->Send(new ShellViewMsg_SetWebKitSourceDir(GetWebKitRootDirFilePath()));
}

Powered by Google App Engine
This is Rietveld 408576698