diff options
author | vitalybuka@chromium.org <vitalybuka@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-08-21 23:56:40 +0000 |
---|---|---|
committer | vitalybuka@chromium.org <vitalybuka@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-08-21 23:58:48 +0000 |
commit | 6fd00ead8190f12f3aaf32d683eab6d89a6f18cc (patch) | |
tree | 92b24e2011dd5be94ba31787b4f172ab860160dc /chrome/common/chrome_switches.cc | |
parent | 723b76bf18acca03b6665cb0cb1263d8406e47e4 (diff) | |
download | chromium_src-6fd00ead8190f12f3aaf32d683eab6d89a6f18cc.zip chromium_src-6fd00ead8190f12f3aaf32d683eab6d89a6f18cc.tar.gz chromium_src-6fd00ead8190f12f3aaf32d683eab6d89a6f18cc.tar.bz2 |
Removed --disable-print-preview switch and policy.
Also removed dependent switches --disable-scripted-print-throttling and --renderer-print-preview.
BUG=374321
Review URL: https://codereview.chromium.org/488853002
Cr-Commit-Position: refs/heads/master@{#291251}
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@291251 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/chrome_switches.cc')
-rw-r--r-- | chrome/common/chrome_switches.cc | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc index 4fd2a1a..47c03b1 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"; @@ -1030,10 +1023,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. |