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

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

Issue 6541027: Small: Cloud print UI options fix. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address comments; clean up Created 9 years, 10 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/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 79c687b07df16a79c0b36b12cb6fe734ae6a635e..1d9152c1ca66f9646dd07b9de1a63ea70fb4d482 100644
--- a/chrome/browser/dom_ui/options/advanced_options_handler.cc
+++ b/chrome/browser/dom_ui/options/advanced_options_handler.cc
@@ -184,12 +184,6 @@ void AdvancedOptionsHandler::GetLocalizedValues(
localized_strings->SetString("privacyLearnMoreURL",
google_util::AppendGoogleLocaleParam(
GURL(chrome::kPrivacyLearnMoreURL)).spec());
-#if !defined(OS_CHROMEOS)
- // Add the cloud print proxy management ui section if it's been runtime
- // enabled.
- localized_strings->SetBoolean("enable-cloud-print-proxy",
- cloud_print_proxy_ui_enabled_);
-#endif
}
void AdvancedOptionsHandler::Initialize() {

Powered by Google App Engine
This is Rietveld 408576698