| Index: chrome/browser/about_flags.cc
|
| diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
|
| index a4932accf53a442175c93973127c4b94f0b0c42a..64e9b22dd3eb2d96c5366c8ba49bd019f8f7865e 100644
|
| --- a/chrome/browser/about_flags.cc
|
| +++ b/chrome/browser/about_flags.cc
|
| @@ -1252,11 +1252,11 @@ const Experiment kExperiments[] = {
|
| },
|
| #if defined(USE_AURA)
|
| {
|
| - "disable-overscroll-history-navigation",
|
| - IDS_FLAGS_DISABLE_OVERSCROLL_HISTORY_NAVIGATION_NAME,
|
| - IDS_FLAGS_DISABLE_OVERSCROLL_HISTORY_NAVIGATION_DESCRIPTION,
|
| + "enable-overscroll-history-navigation",
|
| + IDS_FLAGS_ENABLE_OVERSCROLL_HISTORY_NAVIGATION_NAME,
|
| + IDS_FLAGS_ENABLE_OVERSCROLL_HISTORY_NAVIGATION_DESCRIPTION,
|
| kOsAll,
|
| - SINGLE_VALUE_TYPE(switches::kDisableOverscrollHistoryNavigation)
|
| + SINGLE_VALUE_TYPE(switches::kEnableOverscrollHistoryNavigation)
|
| },
|
| #endif
|
| {
|
|
|