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

Unified Diff: chrome/browser/chrome_browser_main_win.cc

Issue 756653005: Change the flag which enables OOP PDF to an enable/disable flag (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 1 month 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_browser_main_win.cc
diff --git a/chrome/browser/chrome_browser_main_win.cc b/chrome/browser/chrome_browser_main_win.cc
index 77e9c22ffbc2bf76729cf001b5be9d4f77470f70..3809f5e904a10dcb3a989fc77c9e2e3ad5a14c1f 100644
--- a/chrome/browser/chrome_browser_main_win.cc
+++ b/chrome/browser/chrome_browser_main_win.cc
@@ -250,7 +250,7 @@ int ChromeBrowserMainPartsWin::PreCreateThreads() {
switches::kEnableWin32kRendererLockDown) &&
base::win::GetVersion() >= base::win::VERSION_WIN8) {
CommandLine::ForCurrentProcess()->AppendSwitch(
- switches::kOutOfProcessPdf);
+ switches::kEnableOutOfProcessPdf);
}
return rv;
}

Powered by Google App Engine
This is Rietveld 408576698