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

Unified Diff: content/shell/browser/layout_test/layout_test_browser_context.h

Issue 1132943002: bluetooth: Move mock creation out of BluetoothDispatcherHost to LayoutTestBluetoothAdapterProvider. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@bluetooth-testing-layout-tests
Patch Set: Changed new'ed variables to scoped_ptr. Created 5 years, 7 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_browser_context.h
diff --git a/content/shell/browser/layout_test/layout_test_browser_context.h b/content/shell/browser/layout_test/layout_test_browser_context.h
index 80dff35062d6ac20b6409c6898496da1d6355aa5..649a69ae5366ab4ca02f7756231d4593acc6176c 100644
--- a/content/shell/browser/layout_test/layout_test_browser_context.h
+++ b/content/shell/browser/layout_test/layout_test_browser_context.h
@@ -15,6 +15,7 @@ class NetLog;
namespace content {
class DownloadManagerDelegate;
+class LayoutTestBluetoothAdapterProvider;
class LayoutTestPermissionManager;
class LayoutTestPushMessagingService;
class PermissionManager;
@@ -45,7 +46,7 @@ class LayoutTestBrowserContext : public ShellBrowserContext {
private:
scoped_ptr<LayoutTestPushMessagingService> push_messaging_service_;
scoped_ptr<PermissionManager> permission_manager_;
-
+ scoped_ptr<LayoutTestBluetoothAdapterProvider> bluetooth_adapter_provider_;
DISALLOW_COPY_AND_ASSIGN(LayoutTestBrowserContext);
};

Powered by Google App Engine
This is Rietveld 408576698