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

Unified Diff: components/rappor/test_rappor_service.cc

Issue 2718253002: Remove Safebrowsing Rappor support (Closed)
Patch Set: Remove sb include Created 3 years, 9 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: components/rappor/test_rappor_service.cc
diff --git a/components/rappor/test_rappor_service.cc b/components/rappor/test_rappor_service.cc
index 62da6f9c29bbb7676c68630833d6b6d68374f396..3c8229f5d8ab760e774005a7f584f0adc01b46bd 100644
--- a/components/rappor/test_rappor_service.cc
+++ b/components/rappor/test_rappor_service.cc
@@ -70,7 +70,7 @@ TestRapporServiceImpl::TestRapporServiceImpl()
test_uploader_ = new TestLogUploader();
InitializeInternal(base::WrapUnique(test_uploader_), 0,
HmacByteVectorGenerator::GenerateEntropyInput());
- Update(UMA_RAPPOR_GROUP | SAFEBROWSING_RAPPOR_GROUP, true);
+ Update(true, true);
}
TestRapporServiceImpl::~TestRapporServiceImpl() {}
« no previous file with comments | « components/rappor/rappor_service_unittest.cc ('k') | ios/chrome/browser/metrics/ios_chrome_metrics_services_manager_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698