| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index 58414afa6f27d6b1117ae628d6f91faa8529407d..0e7a3a280cb2a42c416f7f19b765285350ff4516 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -620,14 +620,6 @@ const char kEnableTranslateNewUX[] = "enable-translate-new-ux";
|
| const char kEnableUserAlternateProtocolPorts[] =
|
| "enable-user-controlled-alternate-protocol-ports";
|
|
|
| -// Spawns threads to watch for excessive delays in specified message loops.
|
| -// User should set breakpoints on Alarm() to examine problematic thread.
|
| -//
|
| -// Usage: -enable-watchdog=[ui][io]
|
| -//
|
| -// Order of the listed sub-arguments does not matter.
|
| -const char kEnableWatchdog[] = "enable-watchdog";
|
| -
|
| // Uses WebSocket over SPDY.
|
| const char kEnableWebSocketOverSpdy[] = "enable-websocket-over-spdy";
|
|
|
|
|