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

Unified Diff: chrome/browser/extensions/extension_service_test_base.h

Issue 2112543002: Convert UtilityProcessHost to bootstrap Mojo Channel using the Shell connection (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@p9x
Patch Set: . 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: chrome/browser/extensions/extension_service_test_base.h
diff --git a/chrome/browser/extensions/extension_service_test_base.h b/chrome/browser/extensions/extension_service_test_base.h
index 6a83019ac86ebb8c215a1738e9f13cef752a70f6..5f4b2a6d887b8e9d95196b4b14d27b8b0bc429c5 100644
--- a/chrome/browser/extensions/extension_service_test_base.h
+++ b/chrome/browser/extensions/extension_service_test_base.h
@@ -33,6 +33,7 @@ class TestingProfile;
namespace content {
class BrowserContext;
+class ShellContext;
}
namespace extensions {
@@ -170,6 +171,8 @@ class ExtensionServiceTestBase : public testing::Test {
// The associated ExtensionRegistry, for convenience.
extensions::ExtensionRegistry* registry_;
+ std::unique_ptr<content::ShellContext> shell_context_;
+
#if defined OS_CHROMEOS
chromeos::ScopedTestDeviceSettingsService test_device_settings_service_;
chromeos::ScopedTestCrosSettings test_cros_settings_;

Powered by Google App Engine
This is Rietveld 408576698