summaryrefslogtreecommitdiffstats
path: root/chrome/browser/about_flags.cc
diff options
context:
space:
mode:
authorscottbyer@chromium.org <scottbyer@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-10-15 20:46:01 +0000
committerscottbyer@chromium.org <scottbyer@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-10-15 20:46:01 +0000
commit9062e85d56308d06cfb0926b0eedee313283a44d (patch)
treecd0cfd2baa78fe35be6476aa5dc09bb92f764b76 /chrome/browser/about_flags.cc
parentbfbceb70b98dc5cdaae9f0774cb087508a4d0927 (diff)
downloadchromium_src-9062e85d56308d06cfb0926b0eedee313283a44d.zip
chromium_src-9062e85d56308d06cfb0926b0eedee313283a44d.tar.gz
chromium_src-9062e85d56308d06cfb0926b0eedee313283a44d.tar.bz2
Move Cloud Print Proxy UI back to about:flags.
BUG=59296, 59297 TEST=UI does not show up on Windows anymore unless you have the flag on. Review URL: http://codereview.chromium.org/3748008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62788 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/about_flags.cc')
-rw-r--r--chrome/browser/about_flags.cc8
1 files changed, 0 insertions, 8 deletions
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index 3401cfb..b61f0ce 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -116,15 +116,7 @@ const Experiment kExperiments[] = {
"cloud-print-proxy", // Do not change; see above.
IDS_FLAGS_CLOUD_PRINT_PROXY_NAME,
IDS_FLAGS_CLOUD_PRINT_PROXY_DESCRIPTION,
-#if defined(GOOGLE_CHROME_BUILD)
- // For a Chrome build, we know we have a PDF plug-in, and so we'll
- // enable by platform as we get things working.
- 0,
-#else
- // Otherwise, where we know it could be working if a viable PDF
- // plug-in could be supplied, we'll keep the lab enabled.
kOsWin,
-#endif
switches::kEnableCloudPrintProxy
},
{