| Index: content/public/common/content_switches.cc
|
| diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
|
| index 555988346f4ec03b15b751c2f826855891010c5d..87c25655f62e128b94faef6f0efe043c5c90c6c9 100644
|
| --- a/content/public/common/content_switches.cc
|
| +++ b/content/public/common/content_switches.cc
|
| @@ -695,11 +695,6 @@ const char kEnableWebViewSynchronousAPIs[] = "enable-webview-synchronous-apis";
|
| const char kChildCleanExit[] = "child-clean-exit";
|
| #endif
|
|
|
| -#if defined(OS_POSIX) && !defined(OS_MACOSX)
|
| -// Specify the amount the trackpad should scroll by.
|
| -const char kScrollPixels[] = "scroll-pixels";
|
| -#endif
|
| -
|
| #if defined(OS_MACOSX) || defined(OS_WIN)
|
| // Use the system SSL library (Secure Transport on Mac, SChannel on Windows)
|
| // instead of NSS for SSL.
|
|
|