| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index d8f7bff7e16d6eea8bfc3566b10ed63b36d6d1b6..cb8f04c55c382be2c1267d2266d4240eb65ff560 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -479,6 +479,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";
|
|
|
|
|