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

Unified Diff: chrome/browser/about_flags.cc

Issue 6624021: Turn on flag for Linux, too. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/about_flags.cc
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index 54f5e55c6b1a52078629ee87f95e28e05e4e22d9..ba3f3b4d48393f82f928ca0d4eb105dabb539cbe 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -130,13 +130,13 @@ const Experiment kExperiments[] = {
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.
- kOsMac,
+ // For a Chrome build, we know we have a PDF plug-in on Windows, so it's
+ // fully enabled. Mac and Linux still need some final polish.
+ kOsMac | kOsLinux,
#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 | kOsMac,
+ kOsWin | kOsMac | kOsLinux,
#endif
SINGLE_VALUE_TYPE(switches::kEnableCloudPrintProxy)
},
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698