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

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

Issue 2645813006: Download web payment manifests. (Closed)
Patch Set: Rebase Created 3 years, 9 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/payments/DEPS » ('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 de9cf6f6391aedff9e5c0dcff97c78d922ef2191..a14d32144aad2fd3e7ec6138b74fd3f04a6ad8f0 100644
--- a/components/data_use_measurement/core/data_use_user_data.cc
+++ b/components/data_use_measurement/core/data_use_user_data.cc
@@ -126,6 +126,8 @@ std::string DataUseUserData::GetServiceNameAsString(ServiceName service_name) {
return "Doodle";
case UKM:
return "UKM";
+ case PAYMENTS:
+ return "Payments";
}
return "INVALID";
}
« no previous file with comments | « components/data_use_measurement/core/data_use_user_data.h ('k') | components/payments/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698