| Index: chrome/common/chrome_switches.cc
|
| ===================================================================
|
| --- chrome/common/chrome_switches.cc (revision 37411)
|
| +++ chrome/common/chrome_switches.cc (working copy)
|
| @@ -31,6 +31,10 @@
|
| // automation-related messages on IPC channel with the given ID.
|
| const char kAutomationClientChannelID[] = "automation-channel";
|
|
|
| +// Makes Chrome translate any page loaded which is not in the locale Chrome
|
| +// is running in.
|
| +const char kAutoPageTranslate[] = "auto-translate";
|
| +
|
| // Enables the bookmark menu.
|
| const char kBookmarkMenu[] = "bookmark-menu";
|
|
|
|
|