| Index: branches/1700/src/chrome/browser/about_flags.cc
|
| ===================================================================
|
| --- branches/1700/src/chrome/browser/about_flags.cc (revision 246206)
|
| +++ branches/1700/src/chrome/browser/about_flags.cc (working copy)
|
| @@ -701,7 +701,7 @@
|
| 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).
|
| - kOsLinux,
|
| + kOsWin | kOsLinux,
|
| SINGLE_VALUE_TYPE(switches::kEnableSmoothScrolling)
|
| },
|
| {
|
|
|