| Index: chrome/common/chrome_switches.cc
|
| ===================================================================
|
| --- chrome/common/chrome_switches.cc (revision 55070)
|
| +++ chrome/common/chrome_switches.cc (working copy)
|
| @@ -164,6 +164,9 @@
|
| // This flag can be overidden by the "enable-ipv6" flag.
|
| const char kDisableIPv6[] = "disable-ipv6";
|
|
|
| +// Disable speculative TCP/IP preconnection.
|
| +const char kDisablePreconnect[] = "disable-preconnect";
|
| +
|
| // Don't execute JavaScript (browser JS like the new tab page still runs).
|
| const char kDisableJavaScript[] = "disable-javascript";
|
|
|
|
|