| Index: athena/content/web_activity.cc
|
| diff --git a/athena/content/web_activity.cc b/athena/content/web_activity.cc
|
| index d5f1c296dcb9971ace05f4f99af91e2fcc336560..3944af3563f75f6d4620b471ba7000720089aef2 100644
|
| --- a/athena/content/web_activity.cc
|
| +++ b/athena/content/web_activity.cc
|
| @@ -269,8 +269,9 @@ class AthenaWebView : public views::WebView {
|
| }
|
|
|
| bool CanOverscrollContent() const override {
|
| - const std::string value = CommandLine::ForCurrentProcess()->
|
| - GetSwitchValueASCII(switches::kOverscrollHistoryNavigation);
|
| + const std::string value =
|
| + base::CommandLine::ForCurrentProcess()->GetSwitchValueASCII(
|
| + switches::kOverscrollHistoryNavigation);
|
| return value != "0";
|
| }
|
|
|
|
|