| Index: content/browser/web_contents/navigation_controller_impl.cc
|
| diff --git a/content/browser/web_contents/navigation_controller_impl.cc b/content/browser/web_contents/navigation_controller_impl.cc
|
| index 3fd2122937abdfb2a51f6dd84a152c07e4b2f0e0..e9bf27289ae65c53d3eb4a04b1d486aa8d679e72 100644
|
| --- a/content/browser/web_contents/navigation_controller_impl.cc
|
| +++ b/content/browser/web_contents/navigation_controller_impl.cc
|
| @@ -479,8 +479,8 @@ int NavigationControllerImpl::GetIndexForOffset(int offset) const {
|
| }
|
|
|
| void NavigationControllerImpl::TakeScreenshot() {
|
| - static bool overscroll_enabled = !CommandLine::ForCurrentProcess()->
|
| - HasSwitch(switches::kDisableOverscrollHistoryNavigation);
|
| + static bool overscroll_enabled = CommandLine::ForCurrentProcess()->
|
| + HasSwitch(switches::kEnableOverscrollHistoryNavigation);
|
| if (!overscroll_enabled)
|
| return;
|
|
|
|
|