Chromium Code Reviews| Index: chrome/common/chrome_switches.cc |
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc |
| index a3fe07f026c826aa04cfbab31e374bc50b4801b5..c6bc3968afb91051b8f8881fa97cd0dcb4861848 100644 |
| --- a/chrome/common/chrome_switches.cc |
| +++ b/chrome/common/chrome_switches.cc |
| @@ -409,6 +409,9 @@ const char kDisableSyncTypedUrls[] = "disable-sync-typed-urls"; |
| // disable translate with the preference. |
| const char kDisableTranslate[] = "disable-translate"; |
| +// Disables TLS Channel ID extension. |
| +const char kDisableTLSChannelID[] = "disable-tls-channel-id"; |
|
Ryan Hamilton
2012/09/12 21:32:22
I see that the old switch has been removed (good)
mattm
2012/09/12 21:47:57
It's done by the change in chrome/browser/prefs/co
|
| + |
| // Disables the backend service for web resources. |
| const char kDisableWebResources[] = "disable-web-resources"; |
| @@ -586,10 +589,6 @@ const char kEnableNpn[] = "enable-npn"; |
| // HTTP is still used for all requests. |
| const char kEnableNpnHttpOnly[] = "enable-npn-http"; |
| -// Enables TLS Channel ID extension. (The switch is still called |
| -// "enable-origin-bound-certs" for backwards compatability.) |
| -const char kEnableOriginBoundCerts[] = "enable-origin-bound-certs"; |
| - |
| // Enables panels (always on-top docked pop-up windows). |
| const char kEnablePanels[] = "enable-panels"; |