| Index: components/translate/core/common/translate_switches.cc
|
| diff --git a/components/translate/core/common/translate_switches.cc b/components/translate/core/common/translate_switches.cc
|
| index b12e8111c85db67357230f22e8f23d2623554802..71fdf12345b83889398cdd50bd42bffc4e8ff280 100644
|
| --- a/components/translate/core/common/translate_switches.cc
|
| +++ b/components/translate/core/common/translate_switches.cc
|
| @@ -7,6 +7,11 @@
|
| namespace translate {
|
| namespace switches {
|
|
|
| +// 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";
|
| +
|
| // Overrides security-origin with which Translate runs in an isolated world.
|
| const char kTranslateSecurityOrigin[] = "translate-security-origin";
|
|
|
|
|