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

Unified Diff: chrome/browser/chrome_content_browser_client.cc

Issue 1128453003: Remove the OOP PDF flag (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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
« no previous file with comments | « chrome/browser/about_flags.cc ('k') | chrome/browser/pdf/pdf_extension_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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,
« no previous file with comments | « chrome/browser/about_flags.cc ('k') | chrome/browser/pdf/pdf_extension_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698