Chromium Code Reviews| Index: content/common/content_switches.cc |
| diff --git a/content/common/content_switches.cc b/content/common/content_switches.cc |
| index f4d380b2a43b50f873e7690fa253bfc59f098b78..e8d6c099491a4967cffd8a6c455f1867b5f138e6 100644 |
| --- a/content/common/content_switches.cc |
| +++ b/content/common/content_switches.cc |
| @@ -117,6 +117,9 @@ const char kDisableLocalStorage[] = "disable-local-storage"; |
| // builds. |
| const char kDisableLogging[] = "disable-logging"; |
| +// Disable smooth scrolling for testing. |
| +const char kDisableSmoothScrolling[] = "disable-smooth-scrolling"; |
|
brettw
2011/08/31 18:12:51
Can you make the = aligned with the other ones for
|
| + |
| // Prevent plugins from running. |
| const char kDisablePlugins[] = "disable-plugins"; |