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

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

Issue 49753002: RAPPOR implementation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 10 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 20a42a002d16b30b307131312c6f23d8023e1999..599ac2df4b6b3a7b1c40c19bcc2df8bab4e32eee 100644
--- a/chrome/test/base/testing_browser_process.cc
+++ b/chrome/test/base/testing_browser_process.cc
@@ -101,6 +101,10 @@ MetricsService* TestingBrowserProcess::metrics_service() {
return NULL;
}
+rappor::RapporService* TestingBrowserProcess::rappor_service() {
+ return NULL;
+}
+
IOThread* TestingBrowserProcess::io_thread() {
return io_thread_;
}

Powered by Google App Engine
This is Rietveld 408576698