| Index: chrome/common/chrome_switches.cc
|
| ===================================================================
|
| --- chrome/common/chrome_switches.cc (revision 57633)
|
| +++ chrome/common/chrome_switches.cc (working copy)
|
| @@ -244,6 +244,11 @@
|
| const char kDisableTabCloseableStateWatcher[] =
|
| "disable-tab-closeable-state-watcher";
|
|
|
| +// Allow 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";
|
| +
|
| // Enables the backend service for web resources, used in the new tab page for
|
| // loading tips and recommendations from a JSON feed.
|
| const char kDisableWebResources[] = "disable-web-resources";
|
|
|