| Index: content/common/content_switches.cc
|
| diff --git a/content/common/content_switches.cc b/content/common/content_switches.cc
|
| index 20dca2a52f782de05afc03043399ee8ac289aeff..4058d4ef3a84ccdffebd3970cc73ad48010caf23 100644
|
| --- a/content/common/content_switches.cc
|
| +++ b/content/common/content_switches.cc
|
| @@ -471,6 +471,11 @@ const char kAuditHandles[] = "enable-handle-auditing";
|
| const char kAuditAllHandles[] = "enable-handle-auditing-all";
|
| #endif
|
|
|
| +#if defined(OS_POSIX) && !defined(OS_MACOSX)
|
| +// Specify the amount the trackpad should scroll by.
|
| +const char kScrollPixels[] = "scroll-pixels";
|
| +#endif
|
| +
|
| #if !defined(OFFICIAL_BUILD)
|
| // Causes the renderer process to throw an assertion on launch.
|
| const char kRendererCheckFalseTest[] = "renderer-check-false-test";
|
|
|