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

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

Issue 4245002: Add instant to tabbed options. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: smorgan review Created 10 years, 1 month 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 | « no previous file | chrome/browser/dom_ui/options/browser_options_handler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/dom_ui/options/advanced_options_handler.cc
diff --git a/chrome/browser/dom_ui/options/advanced_options_handler.cc b/chrome/browser/dom_ui/options/advanced_options_handler.cc
index 1454085e54265d8f4d75af393d9083a616b2026b..bb7bb8862d5e179b74d93999811fd7272078bb57 100644
--- a/chrome/browser/dom_ui/options/advanced_options_handler.cc
+++ b/chrome/browser/dom_ui/options/advanced_options_handler.cc
@@ -58,8 +58,6 @@ void AdvancedOptionsHandler::GetLocalizedValues(
localized_strings->SetString("privacyLearnMoreURL",
l10n_util::GetStringUTF16(IDS_LEARN_MORE_PRIVACY_URL));
- localized_strings->SetString("privacyLearnMoreLabel",
- l10n_util::GetStringUTF16(IDS_OPTIONS_LEARN_MORE_LABEL));
localized_strings->SetString("downloadLocationGroupName",
l10n_util::GetStringUTF16(IDS_OPTIONS_DOWNLOADLOCATION_GROUP_NAME));
localized_strings->SetString("downloadLocationBrowseButton",
@@ -145,8 +143,6 @@ void AdvancedOptionsHandler::GetLocalizedValues(
localized_strings->SetString("chromeAppsEnableBackgroundMode",
l10n_util::GetStringUTF16(
IDS_OPTIONS_CHROME_APPS_ENABLE_BACKGROUND_MODE));
- localized_strings->SetString("chromeAppsLearnMoreBackgroundModeLabel",
- l10n_util::GetStringUTF16(IDS_OPTIONS_LEARN_MORE_LABEL));
localized_strings->SetString("chromeAppsLearnMoreBackgroundModeURL",
l10n_util::GetStringUTF16(IDS_LEARN_MORE_BACKGROUND_MODE_URL));
#if !defined(OS_CHROMEOS)
« no previous file with comments | « no previous file | chrome/browser/dom_ui/options/browser_options_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698