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

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

Issue 2830036: Advanced (Under the Hood) options panel code review (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 10 years, 5 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 | « chrome/browser/dom_ui/browser_options_handler.cc ('k') | chrome/browser/dom_ui/options_ui.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/dom_ui/core_options_handler.cc
===================================================================
--- chrome/browser/dom_ui/core_options_handler.cc (revision 51735)
+++ chrome/browser/dom_ui/core_options_handler.cc (working copy)
@@ -44,17 +44,16 @@
l10n_util::GetStringF(IDS_OPTIONS_DIALOG_TITLE,
l10n_util::GetString(IDS_PRODUCT_NAME)));
+ localized_strings->SetString(L"browserPage",
+ l10n_util::GetString(IDS_OPTIONS_GENERAL_TAB_LABEL));
+ localized_strings->SetString(L"personalPage",
+ l10n_util::GetString(IDS_OPTIONS_CONTENT_TAB_LABEL));
+ localized_strings->SetString(L"advancedPage",
+ l10n_util::GetString(IDS_OPTIONS_ADVANCED_TAB_LABEL));
#if defined(OS_CHROMEOS)
localized_strings->SetString(L"internetPage",
l10n_util::GetString(IDS_OPTIONS_INTERNET_TAB_LABEL));
#endif
-
- localized_strings->SetString(L"basicsPage",
- l10n_util::GetString(IDS_OPTIONS_GENERAL_TAB_LABEL));
- localized_strings->SetString(L"personalStuffPage",
- l10n_util::GetString(IDS_OPTIONS_CONTENT_TAB_LABEL));
- localized_strings->SetString(L"underHoodPage",
- l10n_util::GetString(IDS_OPTIONS_ADVANCED_TAB_LABEL));
}
void CoreOptionsHandler::Observe(NotificationType type,
« no previous file with comments | « chrome/browser/dom_ui/browser_options_handler.cc ('k') | chrome/browser/dom_ui/options_ui.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698