Chromium Code Reviews

Unified Diff: chrome/test/base/testing_browser_process.h

Issue 345693002: Extensions: Split extensions utility IPC messages into its own file. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: chrome/test/base/testing_browser_process.h
diff --git a/chrome/test/base/testing_browser_process.h b/chrome/test/base/testing_browser_process.h
index fb4e3568a94866b5ab9ec9dc5dbbf081be48d105..916d38c6f17d8abff974110acbe8cbca2d73c580 100644
--- a/chrome/test/base/testing_browser_process.h
+++ b/chrome/test/base/testing_browser_process.h
@@ -179,7 +179,9 @@ class TestingBrowserProcess : public BrowserProcess {
scoped_ptr<BrowserProcessPlatformPart> platform_part_;
+#if defined(ENABLE_EXTENSIONS)
scoped_ptr<extensions::ExtensionsBrowserClient> extensions_browser_client_;
+#endif
DISALLOW_COPY_AND_ASSIGN(TestingBrowserProcess);
};

Powered by Google App Engine