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

Unified Diff: chrome/browser/prefs/command_line_pref_store.cc

Issue 296453015: Remove kEnablePrintPreview now that the pdf plugin is part of Chromium. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 6 years, 7 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
Index: chrome/browser/prefs/command_line_pref_store.cc
===================================================================
--- chrome/browser/prefs/command_line_pref_store.cc (revision 271915)
+++ chrome/browser/prefs/command_line_pref_store.cc (working copy)
@@ -57,11 +57,7 @@
prefs::kAllowCrossOriginAuthPrompt, true },
{ switches::kDisableSSLFalseStart, prefs::kDisableSSLRecordSplitting,
true },
-#if defined(GOOGLE_CHROME_BUILD)
{ switches::kDisablePrintPreview, prefs::kPrintPreviewDisabled, true },
-#else
- { switches::kEnablePrintPreview, prefs::kPrintPreviewDisabled, false },
-#endif
#if defined(OS_CHROMEOS)
{ chromeos::switches::kEnableTouchpadThreeFingerClick,
prefs::kEnableTouchpadThreeFingerClick, true },

Powered by Google App Engine
This is Rietveld 408576698