diff options
Diffstat (limited to 'chrome/browser/about_flags.cc')
-rw-r--r-- | chrome/browser/about_flags.cc | 8 |
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 }, { |