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

Unified Diff: chrome/browser/about_flags.cc

Issue 7631008: Print Preview: Add "print preview" back to about:flags; enable it by default just once. (Closed) Base URL: svn://chrome-svn/chrome/branches/782/src/
Patch Set: '' Created 9 years, 4 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 | chrome/browser/browser_main.cc » ('j') | chrome/browser/browser_main.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/about_flags.cc
===================================================================
--- chrome/browser/about_flags.cc (revision 97007)
+++ chrome/browser/about_flags.cc (working copy)
@@ -175,7 +175,6 @@
kOsWin | kOsLinux | kOsCrOS,
SINGLE_VALUE_TYPE(switches::kEnableAccelerated2dCanvas)
},
-#if !defined(GOOGLE_CHROME_BUILD) || defined(OS_MACOSX)
// Only expose this for Chromium builds where users may not have the PDF
// plugin. Do not give Google Chrome users the option to disable it here,
// except on Mac, where it is disabled.
@@ -186,7 +185,6 @@
kOsMac | kOsWin | kOsLinux, // This switch is not available in CrOS.
SINGLE_VALUE_TYPE(switches::kEnablePrintPreview)
},
-#endif
// TODO(dspringer): When NaCl is on by default, remove this flag entry.
{
switches::kEnableNaCl, // FLAGS:RECORD_UMA
« no previous file with comments | « no previous file | chrome/browser/browser_main.cc » ('j') | chrome/browser/browser_main.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698