summaryrefslogtreecommitdiffstats
path: root/chrome/common/chrome_switches.cc
diff options
context:
space:
mode:
authorvitalybuka <vitalybuka@chromium.org>2015-11-11 09:57:40 -0800
committerCommit bot <commit-bot@chromium.org>2015-11-11 17:58:38 +0000
commit91db872fb3bbabde39750e5eb79b52e2ce539e75 (patch)
tree9c33c732c737f96e2be083cb4c8e7301d2228898 /chrome/common/chrome_switches.cc
parent93fa232bbc3784aea624d2a554d558cb6ad21ca0 (diff)
downloadchromium_src-91db872fb3bbabde39750e5eb79b52e2ce539e75.zip
chromium_src-91db872fb3bbabde39750e5eb79b52e2ce539e75.tar.gz
chromium_src-91db872fb3bbabde39750e5eb79b52e2ce539e75.tar.bz2
Add kill switch for Print Preview Distiller
Kill switch is implemented using base::FeatureList and can be activated using Finch or --disable-features=PrintPreviewDistiller flag. BUG=490809 Committed: https://crrev.com/afa40172de656dbb8085519fc7a7a9c7a5111b97 Cr-Commit-Position: refs/heads/master@{#359048} Review URL: https://codereview.chromium.org/1424933017 Cr-Commit-Position: refs/heads/master@{#359112}
Diffstat (limited to 'chrome/common/chrome_switches.cc')
-rw-r--r--chrome/common/chrome_switches.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index 3619c4c..1fdfe38 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -315,9 +315,6 @@ const char kDisablePreconnect[] = "disable-preconnect";
// Disables print preview (For testing, and for users who don't like us. :[ )
const char kDisablePrintPreview[] = "disable-print-preview";
-// Switch to disable simplify page on the print preview dialog.
-const char kDisablePrintPreviewSimplify[] = "disable-print-preview-simplify";
-
// 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.