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

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: CityHash 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 7e19e98888eee7eb7d1cc9150f63ed90812dc433..6874d9e3da43eaa2fcfd5deda9ab8cff7cd1bbf0 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