Index: chrome/common/chrome_switches.cc |
=================================================================== |
--- chrome/common/chrome_switches.cc (revision 80449) |
+++ chrome/common/chrome_switches.cc (working copy) |
@@ -1146,6 +1146,9 @@ |
#if defined(OS_LINUX) |
// Specify the amount the trackpad should scroll by. |
const char kScrollPixels[] = "scroll-pixels"; |
+ |
+// Enable use of the SCTP transport protocol |
+const char kUseSctp[] = "use-sctp"; |
#endif |
#if defined(OS_MACOSX) || defined(OS_WIN) |