Chromium Code Reviews| Index: chrome/common/chrome_switches.cc |
| =================================================================== |
| --- chrome/common/chrome_switches.cc (revision 161340) |
| +++ chrome/common/chrome_switches.cc (working copy) |
| @@ -1544,6 +1544,12 @@ |
| // Windows 8 and higher. Used when relaunching metro Chrome. |
| const char kForceDesktop[] = "force-desktop"; |
| +// Allows for disabling the overlapped I/O for TCP reads |
| +// Possible values are "on" or "off" |
| +// The default is "on" which matches the existing behavior |
| +// "off" switches to use non-blocking reads and WSAEventSelect |
|
slamm
2012/10/12 21:07:15
English-nit: add periods to the ends of the senten
pmeenan
2012/10/17 15:12:31
Done.
|
| +const char kOverlappedRead[] = "overlapped-reads"; |
| + |
| // Relaunches metro Chrome on Windows 8 and higher using a given shortcut. |
| const char kRelaunchShortcut[] = "relaunch-shortcut"; |