| Index: chrome/common/chrome_switches.h
|
| ===================================================================
|
| --- chrome/common/chrome_switches.h (revisión: 28534)
|
| +++ chrome/common/chrome_switches.h (copia de trabajo)
|
| @@ -93,6 +93,10 @@
|
| extern const wchar_t kDnsLogDetails[];
|
| extern const wchar_t kDnsPrefetchDisable[];
|
|
|
| +#if defined(OS_LINUX)
|
| +extern const wchar_t kAutoSSLClientAuth[];
|
| +#endif
|
| +
|
| extern const wchar_t kDisableDevTools[];
|
| extern const wchar_t kAlwaysEnableDevTools[];
|
| extern const wchar_t kEnableExtensionTimelineApi[];
|
|
|