Chromium Code Reviews| Index: chrome/common/chrome_switches.cc |
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc |
| index 3ac4ba445e10452a9d9a3ebffc3d8056eb87ba48..75c9ea82527d1a9ecc8eff4c56c7873d486482b9 100644 |
| --- a/chrome/common/chrome_switches.cc |
| +++ b/chrome/common/chrome_switches.cc |
| @@ -1375,7 +1375,7 @@ bool OutOfProcessPdfEnabled() { |
| return false; |
| // Default. |
| - return false; |
| + return true; |
| } |
| bool SettingsWindowEnabled() { |