| Index: chrome/common/chrome_switches.cc
|
| ===================================================================
|
| --- chrome/common/chrome_switches.cc (revision 158895)
|
| +++ chrome/common/chrome_switches.cc (working copy)
|
| @@ -422,8 +422,8 @@
|
| // disable translate with the preference.
|
| const char kDisableTranslate[] = "disable-translate";
|
|
|
| -// Enable TLS Channel ID extension.
|
| -const char kEnableTLSChannelID[] = "enable-tls-channel-id";
|
| +// Disables TLS Channel ID extension.
|
| +const char kDisableTLSChannelID[] = "disable-tls-channel-id";
|
|
|
| // Disables the backend service for web resources.
|
| const char kDisableWebResources[] = "disable-web-resources";
|
|
|