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

Unified Diff: components/version_ui/version_ui_constants.cc

Issue 1905113002: Add ARC version to help and version pages (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: nits Created 4 years, 8 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/version_ui/version_ui_constants.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/version_ui/version_ui_constants.cc
diff --git a/components/version_ui/version_ui_constants.cc b/components/version_ui/version_ui_constants.cc
index 8210ad60739c34cc3976ed75f79e24142bbd8164..ae02f584c2548f03549c990fafd1af1128d22f4b 100644
--- a/components/version_ui/version_ui_constants.cc
+++ b/components/version_ui/version_ui_constants.cc
@@ -18,6 +18,7 @@ const char kReturnVariationInfo[] = "returnVariationInfo";
// Strings.
const char kApplicationLabel[] = "application_label";
+const char kARC[] = "arc_label";
const char kBlinkVersion[] = "blink_version";
const char kBuildID[] = "build_id";
const char kBuildIDName[] = "build_id_name";
« no previous file with comments | « components/version_ui/version_ui_constants.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698