Chromium Code Reviews| Index: chrome/common/chrome_switches.cc |
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc |
| index d2f73c2e88aca4d549ebd1853edd81d7eb15fd3b..0310284b04dd1dbca25dfe5ce126b7f7d94c88c8 100644 |
| --- a/chrome/common/chrome_switches.cc |
| +++ b/chrome/common/chrome_switches.cc |
| @@ -1390,7 +1390,7 @@ bool PdfMaterialUIEnabled() { |
| return false; |
| // Default. |
| - return false; |
| + return true; |
| } |
| bool SettingsWindowEnabled() { |