| Index: content/common/content_switches.cc
|
| diff --git a/content/common/content_switches.cc b/content/common/content_switches.cc
|
| index f4d380b2a43b50f873e7690fa253bfc59f098b78..9325e8ccbe3250f2e9a49534454b5a137c58e3d9 100644
|
| --- a/content/common/content_switches.cc
|
| +++ b/content/common/content_switches.cc
|
| @@ -117,6 +117,10 @@ const char kDisableLocalStorage[] = "disable-local-storage";
|
| // builds.
|
| const char kDisableLogging[] = "disable-logging";
|
|
|
| +// Disable smooth scrolling for testing. Currently only needed on mac.
|
| +const char kDisableMacSmoothScrollingForTesting[] =
|
| + "disable-mac-smooth-scrolling-for-testing";
|
| +
|
| // Prevent plugins from running.
|
| const char kDisablePlugins[] = "disable-plugins";
|
|
|
|
|