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

Unified Diff: chrome/common/chrome_switches.cc

Issue 597933002: Restored disable print preview policy. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Wed Sep 24 10:32:18 PDT 2014 Created 6 years, 3 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/common/chrome_switches.cc
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index a04c81a0387450f8d957b7dc64dd0248b694ebe7..f7f16ca11bfc583dbb96993c5a1a02a12708fd8e 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -315,6 +315,9 @@ const char kDisablePreconnect[] = "disable-preconnect";
const char kDisablePrerenderLocalPredictor[] =
"disable-prerender-local-predictor";
+// Disables print preview (For testing, and for users who don't like us. :[ )
+const char kDisablePrintPreview[] = "disable-print-preview";
+
// Normally when the user attempts to navigate to a page that was the result of
// a post we prompt to make sure they want to. This switch may be used to
// disable that check. This switch is used during automated testing.

Powered by Google App Engine
This is Rietveld 408576698