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

Unified Diff: components/data_use_measurement/core/data_use_user_data.h

Issue 2708293002: Switch UKM service to properly mark upload data as UKM and not UMA. (Closed)
Patch Set: 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/data_use_measurement/core/data_use_user_data.h
diff --git a/components/data_use_measurement/core/data_use_user_data.h b/components/data_use_measurement/core/data_use_user_data.h
index 7324703930f5f3bf149f7197a84a5b9a7a8abe1c..6bfaf965c67efca4077eff855945509697148a0b 100644
--- a/components/data_use_measurement/core/data_use_user_data.h
+++ b/components/data_use_measurement/core/data_use_user_data.h
@@ -61,6 +61,7 @@ class DataUseUserData : public base::SupportsUserData::Data {
SIGNIN,
NTP_SNIPPETS_SUGGESTIONS,
NTP_SNIPPETS_THUMBNAILS,
+ UKM,
};
// Data use broken by content type. This enum must remain synchronized

Powered by Google App Engine
This is Rietveld 408576698