| Index: chrome/common/chrome_switches.cc
|
| ===================================================================
|
| --- chrome/common/chrome_switches.cc (revision 88319)
|
| +++ chrome/common/chrome_switches.cc (working copy)
|
| @@ -913,6 +913,10 @@
|
| // Start the browser maximized, regardless of any previous settings.
|
| const char kStartMaximized[] = "start-maximized";
|
|
|
| +// Choose the socket reuse policy specified. The value should be of type
|
| +// enum ClientSocketReusePolicy.
|
| +const char kSocketReusePolicy[] = "socket-reuse-policy";
|
| +
|
| // Allow insecure XMPP connections for sync (for testing).
|
| const char kSyncAllowInsecureXmppConnection[] =
|
| "sync-allow-insecure-xmpp-connection";
|
|
|