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

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

Issue 2650453002: Add data usage tracking for image fetcher service (Closed)
Patch Set: Fixed treib@ comments Created 3 years, 11 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 | « no previous file | components/data_use_measurement/core/data_use_user_data.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 d6591dfab5ef11e4c1b84b0a5d75a85628a956ad..3e03b62e5d503e5fdf43b11a63931ef0c720330a 100644
--- a/components/data_use_measurement/core/data_use_user_data.h
+++ b/components/data_use_measurement/core/data_use_user_data.h
@@ -54,6 +54,7 @@ class DataUseUserData : public base::SupportsUserData::Data {
WEB_HISTORY_SERVICE,
NETWORK_TIME_TRACKER,
SUPERVISED_USER,
+ IMAGE_FETCHER_UNTAGGED,
};
// Data use broken by content type. This enum must remain synchronized
« no previous file with comments | « no previous file | components/data_use_measurement/core/data_use_user_data.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698