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

Unified Diff: chrome/common/chrome_switches.cc

Issue 488853002: Removed --disable-print-preview switch and policy. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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
Index: chrome/common/chrome_switches.cc
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index 913dec8a66d7610c416f869480e35ca8f9dcdc63..6816e92e0035e29b8f353eafd2930805a66050a2 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -315,9 +315,6 @@ 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.
@@ -342,10 +339,6 @@ const char kDisableQuicTimeBasedLossDetection[] =
// Prevents the save password bubble from being enabled.
const char kDisableSavePasswordBubble[] = "disable-save-password-bubble";
-// Disables throttling prints initiated by scripts.
-const char kDisableScriptedPrintThrottling[] =
- "disable-scripted-print-throttling";
-
// Disables the "search button in omnibox" experiment.
const char kDisableSearchButtonInOmnibox[] =
"disable-search-button-in-omnibox";
@@ -1031,10 +1024,6 @@ const char kRecordMode[] = "record-mode";
// time delta to remember certificates should be specified in seconds.
const char kRememberCertErrorDecisions[] = "remember-cert-error-decisions";
-// Enables print preview in the renderer. This flag is generated internally by
-// Chrome and does nothing when directly passed to the browser.
-const char kRendererPrintPreview[] = "renderer-print-preview";
-
// If set, the app list will forget it has been installed on startup. Note this
// doesn't prevent the app list from running, it just makes Chrome think the app
// list hasn't been enabled (as in kEnableAppList) yet.

Powered by Google App Engine
This is Rietveld 408576698