| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index ae6ad9fd996d5b7a7891a97257a5d1f321c23cc5..23c28b65327bbd13faf4ef9f179d07851850319c 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -492,11 +492,6 @@ const char kDisableSyncThemes[] = "disable-sync-themes";
|
| // Disables syncing browser typed urls.
|
| const char kDisableSyncTypedUrls[] = "disable-sync-typed-urls";
|
|
|
| -// Allows disabling of translate from the command line to assist with automated
|
| -// browser testing (e.g. Selenium/WebDriver). Normal browser users should
|
| -// disable translate with the preference.
|
| -const char kDisableTranslate[] = "disable-translate";
|
| -
|
| // Disables TLS Channel ID extension.
|
| const char kDisableTLSChannelID[] = "disable-tls-channel-id";
|
|
|
|
|