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

Unified Diff: chrome/browser/ui/webui/options/browser_options_handler.cc

Issue 2318333003: [ARC] Add "(beta)" string to Play Store. (Closed)
Patch Set: Created 4 years, 3 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
Index: chrome/browser/ui/webui/options/browser_options_handler.cc
diff --git a/chrome/browser/ui/webui/options/browser_options_handler.cc b/chrome/browser/ui/webui/options/browser_options_handler.cc
index 81315ba0d8b818a8444fd446acc756b1043ca89b..c6259d55167ae7ea34791b2a91fca078f9a6e60a 100644
--- a/chrome/browser/ui/webui/options/browser_options_handler.cc
+++ b/chrome/browser/ui/webui/options/browser_options_handler.cc
@@ -441,6 +441,7 @@ void BrowserOptionsHandler::GetLocalizedValues(base::DictionaryValue* values) {
{ "accessibilityMonoAudio",
IDS_OPTIONS_SETTINGS_ACCESSIBILITY_MONO_AUDIO_DESCRIPTION},
{ "androidAppsTitle", IDS_OPTIONS_ARC_TITLE },
+ { "androidAppsTitleBeta", IDS_ABOUT_PAGE_CURRENT_CHANNEL_BETA},
xiyuan 2016/09/07 22:56:36 I think we should append "(beta)" to IDS_OPTIONS_A
xdai1 2016/09/07 23:25:01 Done.
{ "androidAppsEnabled", IDS_OPTIONS_ARC_ENABLE },
{ "androidAppsSettingsLabel", IDS_OPTIONS_ARC_MANAGE_APPS },
{ "arcOptOutConfirmOverlayTabTitle", IDS_ARC_OPT_OUT_TAB_TITLE },

Powered by Google App Engine
This is Rietveld 408576698