| Index: chrome/common/chrome_switches.h
|
| ===================================================================
|
| --- chrome/common/chrome_switches.h (revision 29069)
|
| +++ chrome/common/chrome_switches.h (working copy)
|
| @@ -93,6 +93,10 @@
|
| extern const char kDnsLogDetails[];
|
| extern const char kDnsPrefetchDisable[];
|
|
|
| +#if defined(OS_LINUX)
|
| +extern const char kAutoSSLClientAuth[];
|
| +#endif
|
| +
|
| extern const char kDisableDevTools[];
|
| extern const char kAlwaysEnableDevTools[];
|
| extern const char kEnableExtensionTimelineApi[];
|
|
|