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

Unified Diff: chrome/browser/ui/webui/settings/md_settings_localized_strings_provider.cc

Issue 2762433002: MD Settings: move autofill and manage password toggles to their subpages. (Closed)
Patch Set: use this.i18n instead 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
Index: chrome/browser/ui/webui/settings/md_settings_localized_strings_provider.cc
diff --git a/chrome/browser/ui/webui/settings/md_settings_localized_strings_provider.cc b/chrome/browser/ui/webui/settings/md_settings_localized_strings_provider.cc
index a4c2b298b4f31fd4cee18186d4c8ccc1bbb158b9..3d4f0a5c35e4c1634a7ad1e1a365cd832c7abd5e 100644
--- a/chrome/browser/ui/webui/settings/md_settings_localized_strings_provider.cc
+++ b/chrome/browser/ui/webui/settings/md_settings_localized_strings_provider.cc
@@ -95,6 +95,8 @@ void AddCommonStrings(content::WebUIDataSource* html_source, Profile* profile) {
{"restart", IDS_SETTINGS_RESTART},
{"save", IDS_SAVE},
{"settings", IDS_SETTINGS_SETTINGS},
+ {"toggleOn", IDS_SETTINGS_TOGGLE_ON},
+ {"toggleOff", IDS_SETTINGS_TOGGLE_OFF},
};
AddLocalizedStringsBulk(html_source, localized_strings,
arraysize(localized_strings));

Powered by Google App Engine
This is Rietveld 408576698