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

Unified Diff: chrome/browser/chrome_content_browser_client.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/browser/chrome_content_browser_client.cc
diff --git a/chrome/browser/chrome_content_browser_client.cc b/chrome/browser/chrome_content_browser_client.cc
index 74dcec82f17f3fbd19ac14f48e1ac7223ad63764..c1f3a8ee7234f8f8cb88ce3419e355581e22d3c8 100644
--- a/chrome/browser/chrome_content_browser_client.cc
+++ b/chrome/browser/chrome_content_browser_client.cc
@@ -1277,9 +1277,6 @@ void ChromeContentBrowserClient::AppendExtraCommandLineSwitches(
switches::kDisableClientSidePhishingDetection);
}
- if (!prefs->GetBoolean(prefs::kPrintPreviewDisabled))
- command_line->AppendSwitch(switches::kRendererPrintPreview);
-
InstantService* instant_service =
InstantServiceFactory::GetForProfile(profile);
if (instant_service &&
@@ -1341,7 +1338,6 @@ void ChromeContentBrowserClient::AppendExtraCommandLineSwitches(
switches::kCloudPrintURL,
switches::kCloudPrintXmppEndpoint,
switches::kDisableBundledPpapiFlash,
- switches::kDisableScriptedPrintThrottling,
switches::kEnableAppView,
switches::kEnableAppWindowControls,
switches::kEnableBenchmarking,

Powered by Google App Engine
This is Rietveld 408576698