Chromium Code Reviews

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

Issue 2002253004: Add warning message when disabling ARC. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: revert unrelated changes by git cl format Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
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 1dd0b88bb856db4973e7b1968b965b7bf9da526e..54ad355908c3c4f051af8d29f8d7a5bd59d323dd 100644
--- a/chrome/browser/ui/webui/options/browser_options_handler.cc
+++ b/chrome/browser/ui/webui/options/browser_options_handler.cc
@@ -440,6 +440,12 @@ void BrowserOptionsHandler::GetLocalizedValues(base::DictionaryValue* values) {
IDS_OPTIONS_SETTINGS_ACCESSIBILITY_MONO_AUDIO_DESCRIPTION},
{ "androidAppsTitle", IDS_OPTIONS_ARC_TITLE },
{ "androidAppsEnabled", IDS_OPTIONS_ARC_ENABLE },
+ { "arcOptOutConfirmOverlayTabTitle", IDS_ARC_OPT_OUT_TAB_TITLE },
+ { "arcOptOutDialogHeader", IDS_ARC_OPT_OUT_DIALOG_HEADER },
+ { "arcOptOutDialogDescription", IDS_ARC_OPT_OUT_DIALOG_DESCRIPTION },
+ { "arcOptOutDialogButtonConfirmDisable",
+ IDS_ARC_OPT_OUT_DIALOG_BUTTON_CONFIRM_DISABLE },
+ { "arcOptOutDialogButtonCancel", IDS_ARC_OPT_OUT_DIALOG_BUTTON_CANCEL },
{ "autoclickDelayExtremelyShort",
IDS_OPTIONS_SETTINGS_ACCESSIBILITY_AUTOCLICK_DELAY_EXTREMELY_SHORT },
{ "autoclickDelayLong",
« chrome/app/chromeos_strings.grdp ('K') | « chrome/browser/resources/options/options.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine