Index: chrome/browser/ui/webui/options2/browser_options_handler2.cc |
=================================================================== |
--- chrome/browser/ui/webui/options2/browser_options_handler2.cc (revision 120681) |
+++ chrome/browser/ui/webui/options2/browser_options_handler2.cc (working copy) |
@@ -117,7 +117,6 @@ |
{ "changeHomePage", IDS_OPTIONS_CHANGE_HOME_PAGE }, |
{ "customizeSync", IDS_OPTIONS2_CUSTOMIZE_SYNC_BUTTON_LABEL }, |
{ "defaultSearchManageEngines", IDS_OPTIONS_DEFAULTSEARCH_MANAGE_ENGINES }, |
- { "homePageTitle", IDS_OPTIONS2_HOMEPAGE_TITLE }, |
{ "homepageUseNewTab", IDS_OPTIONS_HOMEPAGE_USE_NEWTAB }, |
{ "homepageUseURL", IDS_OPTIONS_HOMEPAGE_USE_URL }, |
{ "instantConfirmMessage", IDS_INSTANT_OPT_IN_MESSAGE }, |
@@ -182,6 +181,8 @@ |
}; |
RegisterStrings(localized_strings, resources, arraysize(resources)); |
+ RegisterTitle(localized_strings, "homePageOverlay", |
James Hawkins
2012/02/07 01:54:22
Wha? Why are we registering the title of the home
csilv
2012/02/07 01:58:34
HomePageOveray doesn't currently have a C++ handle
|
+ IDS_OPTIONS2_HOMEPAGE_TITLE); |
localized_strings->SetString( |
"syncOverview", |