| 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 aba7c455c0f57070ba9b816054de7db1f424ad27..5ac65e4d2bc6026d1a9c0406817ceb1adb7ef4d4 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 &&
|
| @@ -1342,7 +1339,6 @@ void ChromeContentBrowserClient::AppendExtraCommandLineSwitches(
|
| switches::kCloudPrintURL,
|
| switches::kCloudPrintXmppEndpoint,
|
| switches::kDisableBundledPpapiFlash,
|
| - switches::kDisableScriptedPrintThrottling,
|
| switches::kEnableAppWindowControls,
|
| switches::kEnableBenchmarking,
|
| switches::kEnableNaCl,
|
|
|