| Index: chrome/common/chrome_switches.cc
|
| ===================================================================
|
| --- chrome/common/chrome_switches.cc (revision 63182)
|
| +++ chrome/common/chrome_switches.cc (working copy)
|
| @@ -502,6 +502,10 @@
|
| // Enable tabbed options, ie: dom-ui version of options window.
|
| const char kEnableTabbedOptions[] = "enable-tabbed-options";
|
|
|
| +// Enable use of experimental TCP sockets API for sending data in the
|
| +// SYN packet.
|
| +const char kEnableTcpFastOpen[] = "enable-tcp-fastopen";
|
| +
|
| // Enables TopSites.
|
| const char kEnableTopSites[] = "enable-top-sites";
|
|
|
|
|