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

Unified Diff: components/ukm/ukm_pref_names.h

Issue 2722983006: Add UKM initial_url and session_id fields. (Closed)
Patch Set: add missing dep 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
Index: components/ukm/ukm_pref_names.h
diff --git a/components/ukm/ukm_pref_names.h b/components/ukm/ukm_pref_names.h
index 5d16f8da4d71e609d40e67b86649f866edd3f45c..b0e4208168d5b6764b399f384452b09ecd655c4d 100644
--- a/components/ukm/ukm_pref_names.h
+++ b/components/ukm/ukm_pref_names.h
@@ -12,6 +12,7 @@ namespace prefs {
// component. Keep alphabetized, and document each in the .cc file.
extern const char kUkmClientId[];
extern const char kUkmPersistedLogs[];
+extern const char kUkmSessionId[];
} // namespace prefs
} // namespace ukm

Powered by Google App Engine
This is Rietveld 408576698