Index: chrome/browser/ui/browser.cc |
diff --git a/chrome/browser/ui/browser.cc b/chrome/browser/ui/browser.cc |
index 9cb4c5f6de4e65f7ce389c837627dbb30e2ec867..eaca11d0ff47f32864904d34a8c574fb2fe7ee39 100644 |
--- a/chrome/browser/ui/browser.cc |
+++ b/chrome/browser/ui/browser.cc |
@@ -1127,7 +1127,7 @@ void Browser::TabStripEmpty() { |
bool Browser::CanOverscrollContent() const { |
#if defined(USE_AURA) |
bool overscroll_enabled = CommandLine::ForCurrentProcess()-> |
- GetSwitchValueASCII(switches::kOverscrollHistoryNavigation) != "0"; |
+ GetSwitchValueASCII(switches::kOverscrollHistoryNavigation) == "1"; |
if (!overscroll_enabled) |
return false; |
if (is_app() || is_devtools() || !is_type_tabbed()) |