| 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;
|
| }
|
|
|