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

Unified Diff: components/ukm/test_ukm_service.cc

Issue 2653693004: UKM Sync Observer (Closed)
Patch Set: MSVC struct initializer Created 3 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
« no previous file with comments | « components/ukm/observers/sync_disable_observer_unittest.cc ('k') | components/ukm/ukm_service.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/ukm/test_ukm_service.cc
diff --git a/components/ukm/test_ukm_service.cc b/components/ukm/test_ukm_service.cc
index 5b72405610ee08793399b7ed82e473a22055499b..d2f4c12538037c278fc14b5cee676cad0f7f65f9 100644
--- a/components/ukm/test_ukm_service.cc
+++ b/components/ukm/test_ukm_service.cc
@@ -18,6 +18,7 @@ UkmServiceTestingHarness::~UkmServiceTestingHarness() = default;
TestUkmService::TestUkmService(PrefService* prefs_service)
: UkmService(prefs_service, &test_metrics_service_client_) {
+ EnableRecording();
DisableReporting();
}
« no previous file with comments | « components/ukm/observers/sync_disable_observer_unittest.cc ('k') | components/ukm/ukm_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698