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 75a40bc0b4da11f255ae6bafc66ba0d7be88cf76..1a61e9560c66fc2d53e8745bb15f26f2f0bf9abe 100644 |
--- a/chrome/browser/chrome_content_browser_client.cc |
+++ b/chrome/browser/chrome_content_browser_client.cc |
@@ -1367,7 +1367,6 @@ void ChromeContentBrowserClient::AppendExtraCommandLineSwitches( |
switches::kDisableCastStreamingHWEncoding, |
switches::kDisableJavaScriptHarmonyShipping, |
switches::kDisableNewBookmarkApps, |
- switches::kDisableOutOfProcessPdf, |
switches::kEnableBenchmarking, |
switches::kEnableNaCl, |
#if !defined(DISABLE_NACL) |
@@ -1377,7 +1376,6 @@ void ChromeContentBrowserClient::AppendExtraCommandLineSwitches( |
#endif |
switches::kEnableNetBenchmarking, |
switches::kEnableNewBookmarkApps, |
- switches::kEnableOutOfProcessPdf, |
switches::kEnablePluginPlaceholderShadowDom, |
switches::kJavaScriptHarmony, |
switches::kMessageLoopHistogrammer, |