| 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 a872ec6c9b027869d158c6dc1934f05be88253a9..eb6eae642b982073074d6bac51d9c73d0b4177b6 100644
|
| --- a/chrome/browser/chrome_content_browser_client.cc
|
| +++ b/chrome/browser/chrome_content_browser_client.cc
|
| @@ -1366,6 +1366,7 @@ void ChromeContentBrowserClient::AppendExtraCommandLineSwitches(
|
| switches::kCloudPrintXmppEndpoint,
|
| switches::kDisableBundledPpapiFlash,
|
| switches::kDisableCastStreamingHWEncoding,
|
| + switches::kDisableOutOfProcessPdf,
|
| switches::kEnableBenchmarking,
|
| switches::kEnableNaCl,
|
| #if !defined(DISABLE_NACL)
|
| @@ -1373,13 +1374,13 @@ void ChromeContentBrowserClient::AppendExtraCommandLineSwitches(
|
| switches::kEnableNaClNonSfiMode,
|
| #endif
|
| switches::kEnableNetBenchmarking,
|
| + switches::kEnableOutOfProcessPdf,
|
| switches::kEnablePluginPlaceholderShadowDom,
|
| switches::kEnableShowModalDialog,
|
| switches::kEnableStreamlinedHostedApps,
|
| switches::kEnableWebBasedSignin,
|
| switches::kJavaScriptHarmony,
|
| switches::kMessageLoopHistogrammer,
|
| - switches::kOutOfProcessPdf,
|
| switches::kPlaybackMode,
|
| switches::kPpapiFlashArgs,
|
| switches::kPpapiFlashPath,
|
|
|