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

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

Issue 2644223003: Add data usage tracking for supervised_user service (Closed)
Patch Set: rebased 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 | « components/data_use_measurement/core/data_use_user_data.h ('k') | tools/metrics/histograms/histograms.xml » ('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.cc
diff --git a/components/data_use_measurement/core/data_use_user_data.cc b/components/data_use_measurement/core/data_use_user_data.cc
index 69d52fa322dac5a7f76327fd0b085f942a5b2969..fb57555a45f8d2ec6eb93ab0da98348be455f8e2 100644
--- a/components/data_use_measurement/core/data_use_user_data.cc
+++ b/components/data_use_measurement/core/data_use_user_data.cc
@@ -106,6 +106,8 @@ std::string DataUseUserData::GetServiceNameAsString(ServiceName service_name) {
return "WebHistoryService";
case NETWORK_TIME_TRACKER:
return "NetworkTimeTracker";
+ case SUPERVISED_USER:
+ return "SupervisedUser";
}
return "INVALID";
}
« no previous file with comments | « components/data_use_measurement/core/data_use_user_data.h ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698