| Index: content/browser/frame_host/navigation_entry_screenshot_manager.cc
|
| diff --git a/content/browser/frame_host/navigation_entry_screenshot_manager.cc b/content/browser/frame_host/navigation_entry_screenshot_manager.cc
|
| index a7cae65601347d5294182da33a67f122709e8994..4c521176058025bb2d40fdfc1af08dbff6454379 100644
|
| --- a/content/browser/frame_host/navigation_entry_screenshot_manager.cc
|
| +++ b/content/browser/frame_host/navigation_entry_screenshot_manager.cc
|
| @@ -83,7 +83,7 @@ NavigationEntryScreenshotManager::~NavigationEntryScreenshotManager() {
|
| }
|
|
|
| void NavigationEntryScreenshotManager::TakeScreenshot() {
|
| - static bool overscroll_enabled = CommandLine::ForCurrentProcess()->
|
| + static bool overscroll_enabled = base::CommandLine::ForCurrentProcess()->
|
| GetSwitchValueASCII(switches::kOverscrollHistoryNavigation) != "0";
|
| if (!overscroll_enabled)
|
| return;
|
|
|