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

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

Issue 293393010: Move initial metrics gathering tasks out of MetricsService. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixes 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 0755d9f1f34ab44abf2abc82fd5d501f5487cb5c..196721e266dfd552ea6e3a3ff773d82115a99cd2 100644
--- a/chrome/test/base/testing_browser_process.cc
+++ b/chrome/test/base/testing_browser_process.cc
@@ -102,6 +102,10 @@ MetricsService* TestingBrowserProcess::metrics_service() {
return NULL;
}
+PluginMetricsProvider* TestingBrowserProcess::plugin_metrics_provider() {
+ return NULL;
+}
+
rappor::RapporService* TestingBrowserProcess::rappor_service() {
return NULL;
}

Powered by Google App Engine
This is Rietveld 408576698