summaryrefslogtreecommitdiffstats
path: root/chrome/browser/dom_ui
diff options
context:
space:
mode:
authorscottbyer@chromium.org <scottbyer@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-02-18 22:49:44 +0000
committerscottbyer@chromium.org <scottbyer@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-02-18 22:49:44 +0000
commitb798b0c0e7c85212a3ce415fc709b868c4025510 (patch)
tree890e0e20572aad4745070abc3c01f3e080156ff8 /chrome/browser/dom_ui
parent791726222d9bdab836fe445d8b2009b731e34996 (diff)
downloadchromium_src-b798b0c0e7c85212a3ce415fc709b868c4025510.zip
chromium_src-b798b0c0e7c85212a3ce415fc709b868c4025510.tar.gz
chromium_src-b798b0c0e7c85212a3ce415fc709b868c4025510.tar.bz2
Cloud print options fix.
There seemed to be a timing issue on Mac and non-views Linux build that prevented the button handlers from being properly installed. By always installing the handlers and basing their behavior on the visibility of the ui instead, things work on all platforms. BUG=none TEST=Start up Mac Chromium with --enable-cloud-print-proxy, go to Under the Hood, and try to start cloud print - with this patch, the sign in UI will start. Review URL: http://codereview.chromium.org/6541027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75458 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/dom_ui')
-rw-r--r--chrome/browser/dom_ui/options/advanced_options_handler.cc6
1 files changed, 0 insertions, 6 deletions
diff --git a/chrome/browser/dom_ui/options/advanced_options_handler.cc b/chrome/browser/dom_ui/options/advanced_options_handler.cc
index 79c687b..1d9152c 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() {