| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index db7e4209b635477620b24bb1c593e32437fea23b..fefc998e60d57604bb102a3d6f3c4e0605dea18c 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";
|
|
|
|
|