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

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

Issue 6360016: dom-ui settings: Improve search field behavior.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: rebase Created 9 years, 11 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/app/generated_resources.grd ('k') | chrome/browser/resources/options/options.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/dom_ui/options/core_options_handler.cc
===================================================================
--- chrome/browser/dom_ui/options/core_options_handler.cc (revision 72525)
+++ chrome/browser/dom_ui/options/core_options_handler.cc (working copy)
@@ -61,9 +61,6 @@
// Search
localized_strings->SetString("searchPageTitle",
l10n_util::GetStringUTF16(IDS_OPTIONS_SEARCH_PAGE_TITLE));
- localized_strings->SetString("searchPageInfo",
- l10n_util::GetStringFUTF16(IDS_OPTIONS_SEARCH_PAGE_INFO,
- l10n_util::GetStringUTF16(IDS_PRODUCT_NAME)));
localized_strings->SetString("searchPageNoMatches",
l10n_util::GetStringUTF16(IDS_OPTIONS_SEARCH_PAGE_NO_MATCHES));
localized_strings->SetString("searchPageHelpLabel",
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/resources/options/options.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698