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

Unified Diff: components/ukm/test_ukm_service.cc

Issue 2722983006: Add UKM initial_url and session_id fields. (Closed)
Patch Set: fix android build take 2 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/BUILD.gn ('k') | components/ukm/ukm_pref_names.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 b49c3cb61e7fb7239d1ed38f77eaa513ef56366c..b22e5f3de101e161dbc724a517e5b0f03ebf4f39 100644
--- a/components/ukm/test_ukm_service.cc
+++ b/components/ukm/test_ukm_service.cc
@@ -9,6 +9,7 @@ namespace ukm {
UkmServiceTestingHarness::UkmServiceTestingHarness() {
UkmService::RegisterPrefs(test_prefs_.registry());
test_prefs_.ClearPref(prefs::kUkmClientId);
+ test_prefs_.ClearPref(prefs::kUkmSessionId);
test_prefs_.ClearPref(prefs::kUkmPersistedLogs);
test_ukm_service_ = base::MakeUnique<TestUkmService>(&test_prefs_);
« no previous file with comments | « components/ukm/BUILD.gn ('k') | components/ukm/ukm_pref_names.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698