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

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: Fix typo Created 4 years, 6 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 a1fac6641d92dfd8199eef3d33d63a279015fb42..baeca00aefb84c78bfdebffee209a7dbf8fa593b 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
@@ -68,8 +68,8 @@ void LayoutTestContentBrowserClient::RenderProcessWillLaunch(
partition->GetQuotaManager(),
partition->GetURLRequestContext()));
- host->GetServiceRegistry()->AddService(base::Bind(
- &LayoutTestBluetoothFakeAdapterSetterImpl::Create, host->GetID()));
+ host->GetServiceRegistry()->AddService(
+ base::Bind(&LayoutTestBluetoothFakeAdapterSetterImpl::Create));
host->Send(new ShellViewMsg_SetWebKitSourceDir(GetWebKitRootDirFilePath()));
}

Powered by Google App Engine
This is Rietveld 408576698