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

Unified Diff: components/ukm/ukm_pref_names.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/ukm_pref_names.h ('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/ukm_pref_names.cc
diff --git a/components/ukm/ukm_pref_names.cc b/components/ukm/ukm_pref_names.cc
index 75b374ff074ab4b92903398e23891b79f9fd4ec6..23ad6371a5d44288341f9fdb1888a11142b137c6 100644
--- a/components/ukm/ukm_pref_names.cc
+++ b/components/ukm/ukm_pref_names.cc
@@ -13,5 +13,8 @@ const char kUkmClientId[] = "ukm.client_id";
// Preference which stores serialized UKM logs to be uploaded.
const char kUkmPersistedLogs[] = "ukm.persisted_logs";
+// Preference which stores the UKM session id.
+const char kUkmSessionId[] = "ukm.session_id";
+
} // namespace prefs
} // namespace ukm
« no previous file with comments | « components/ukm/ukm_pref_names.h ('k') | components/ukm/ukm_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698