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

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

Issue 301973009: Add browser-global GCMDriver (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix build on Android. Created 6 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
« no previous file with comments | « chrome/common/chrome_paths.cc ('k') | chrome/test/base/testing_browser_process.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 c7d1c3d119d1322a00396ef9d505d58eea93ebce..49c83449db1f0f7bd38140c322765336ac9a1f86 100644
--- a/chrome/test/base/testing_browser_process.h
+++ b/chrome/test/base/testing_browser_process.h
@@ -34,6 +34,10 @@ namespace extensions {
class ExtensionsBrowserClient;
}
+namespace gcm {
+class GCMDriver;
+}
+
namespace policy {
class BrowserPolicyConnector;
class PolicyService;
@@ -120,6 +124,8 @@ class TestingBrowserProcess : public BrowserProcess {
virtual network_time::NetworkTimeTracker* network_time_tracker() OVERRIDE;
+ virtual gcm::GCMDriver* gcm_driver() OVERRIDE;
+
// Set the local state for tests. Consumer is responsible for cleaning it up
// afterwards (using ScopedTestingLocalState, for example).
void SetLocalState(PrefService* local_state);
« no previous file with comments | « chrome/common/chrome_paths.cc ('k') | chrome/test/base/testing_browser_process.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698