| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index ef672400a120eff6c8da619ce6082b3db266272b..7e61823b38520fb5fa4a3dcbbe414d83b191b8d8 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -488,6 +488,9 @@ const char kEnablePreconnect[] = "enable-preconnect";
|
| // parameter to indicate if the provider should be the default.
|
| const char kEnableSearchProviderApiV2[] = "enable-search-provider-api-v2";
|
|
|
| +// On platforms that support it, enable smooth scroll animation.
|
| +const char kEnableSmoothScrolling[] = "enable-smooth-scrolling";
|
| +
|
| // Enables 0-RTT HTTPS handshakes.
|
| const char kEnableSnapStart[] = "enable-snap-start";
|
|
|
|
|