| Index: chrome/browser/about_flags.cc
|
| diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
|
| index cf32b79a8371ef3b8e8b16ac472c18a2956f1be1..d07427e03b48018dc9464aa913ee327e026c91ea 100644
|
| --- a/chrome/browser/about_flags.cc
|
| +++ b/chrome/browser/about_flags.cc
|
| @@ -319,11 +319,7 @@ const Experiment kExperiments[] = {
|
| IDS_FLAGS_ENABLE_SMOOTH_SCROLLING_DESCRIPTION,
|
| // Can't expose the switch unless the code is compiled in.
|
| // On by default for the Mac (different implementation in WebKit).
|
| -#if defined(ENABLE_SMOOTH_SCROLLING)
|
| kOsWin | kOsLinux | kOsCrOS,
|
| -#else
|
| - 0,
|
| -#endif
|
| SINGLE_VALUE_TYPE(switches::kEnableSmoothScrolling)
|
| },
|
| {
|
|
|