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

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

Issue 2486423002: Add data usage tracking for GAIA auth api and GCM engine service (Closed)
Patch Set: Fixed DEPS Created 4 years, 1 month 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') | google_apis/BUILD.gn » ('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 a272226db33e56573fed5fbdac6a6220308be52e..12cfc24160a4231c014f63140829337307cd2048 100644
--- a/components/data_use_measurement/core/data_use_user_data.cc
+++ b/components/data_use_measurement/core/data_use_user_data.cc
@@ -92,6 +92,10 @@ std::string DataUseUserData::GetServiceNameAsString(ServiceName service_name) {
return "TracingUploader";
case DOM_DISTILLER:
return "DOMDistiller";
+ case GAIA_AUTH_FETCHER:
+ return "GAIAAuthFetcher";
+ case GCM_ENGINE:
+ return "GCMEngine";
}
return "INVALID";
}
« no previous file with comments | « components/data_use_measurement/core/data_use_user_data.h ('k') | google_apis/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698