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

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

Issue 301973009: Add browser-global GCMDriver (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased. Addressed comments. Created 6 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: chrome/test/base/testing_browser_process.cc
diff --git a/chrome/test/base/testing_browser_process.cc b/chrome/test/base/testing_browser_process.cc
index 5960a0c49796a8c5ea260a9b906202683d549b50..1da290e5d193fb9cdd89e7f915fd72eab3cc3038 100644
--- a/chrome/test/base/testing_browser_process.cc
+++ b/chrome/test/base/testing_browser_process.cc
@@ -372,6 +372,10 @@ NetworkTimeTracker* TestingBrowserProcess::network_time_tracker() {
return network_time_tracker_.get();
}
+gcm::GCMDriver* TestingBrowserProcess::gcm_driver() {
+ return NULL;
+}
+
void TestingBrowserProcess::SetSystemRequestContext(
net::URLRequestContextGetter* context_getter) {
system_request_context_ = context_getter;

Powered by Google App Engine
This is Rietveld 408576698