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

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

Issue 2925733002: Move ranker_model_loader to a new component. (Closed)
Patch Set: Adressing sdefresne's comments. Created 3 years, 6 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') | components/machine_intelligence/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 4cb0f12cdd092b6fe0ef4dabc429ac9da9f2713a..d164110ee36ec5218678b172d99d8efc71089a97 100644
--- a/components/data_use_measurement/core/data_use_user_data.cc
+++ b/components/data_use_measurement/core/data_use_user_data.cc
@@ -131,6 +131,8 @@ std::string DataUseUserData::GetServiceNameAsString(ServiceName service_name) {
return "Payments";
case LARGE_ICON_SERVICE:
return "LargeIconService";
+ case MACHINE_INTELLIGENCE:
+ return "MachineIntelligence";
}
return "INVALID";
}
« no previous file with comments | « components/data_use_measurement/core/data_use_user_data.h ('k') | components/machine_intelligence/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698