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

Unified Diff: chrome/browser/dom_ui/core_options_handler.cc

Issue 3108018: Display a banner above each panel that contains managed options.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 10 years, 4 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/dom_ui/core_options_handler.cc
===================================================================
--- chrome/browser/dom_ui/core_options_handler.cc (revision 56591)
+++ chrome/browser/dom_ui/core_options_handler.cc (working copy)
@@ -67,6 +67,8 @@
l10n_util::GetStringUTF16(
IDS_OPTIONS_SETTINGS_LANGUAGES_PINYIN_SETTINGS_TITLE));
#endif
+ localized_strings->SetString("managedPrefsBannerText",
+ l10n_util::GetStringUTF16(IDS_OPTIONS_MANAGED_PREFS));
localized_strings->SetString("ok",
l10n_util::GetStringUTF16(IDS_OK));
« no previous file with comments | « chrome/browser/dom_ui/browser_options_handler.cc ('k') | chrome/browser/dom_ui/options_managed_banner_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698