summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorraymes <raymes@chromium.org>2015-01-12 20:40:02 -0800
committerCommit bot <commit-bot@chromium.org>2015-01-13 04:40:57 +0000
commitc998ca372838d0b700c87dd8eda905ab2d1260df (patch)
treec1b9f67749cce172c6342ef776974f2457744173
parent25309d39e7e6478a2cbf20afb907a4a4957ecea4 (diff)
downloadchromium_src-c998ca372838d0b700c87dd8eda905ab2d1260df.zip
chromium_src-c998ca372838d0b700c87dd8eda905ab2d1260df.tar.gz
chromium_src-c998ca372838d0b700c87dd8eda905ab2d1260df.tar.bz2
Revert of Enable the OOP PDF viewer as the default (patchset #1 id:1 of https://codereview.chromium.org/748553003/)
Reason for revert: This got merged badly and flipped the wrong flag. Original issue's description: > Enable the OOP PDF viewer as the default > > BUG=303491 > > Committed: https://crrev.com/ff54748f98853a5fedb2010c0c0f6748ded9cf2e > Cr-Commit-Position: refs/heads/master@{#311010} TBR=thestig@chromium.org,sammc@chromium.org NOTREECHECKS=true NOTRY=true BUG=303491 Review URL: https://codereview.chromium.org/835273005 Cr-Commit-Position: refs/heads/master@{#311214}
-rw-r--r--chrome/common/chrome_switches.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index 545a496..6308128 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -1377,7 +1377,7 @@ bool PdfMaterialUIEnabled() {
return false;
// Default.
- return true;
+ return false;
}
bool SettingsWindowEnabled() {