| Index: chrome/test/automation/automation_messages_internal.h
|
| ===================================================================
|
| --- chrome/test/automation/automation_messages_internal.h (revision 31188)
|
| +++ chrome/test/automation/automation_messages_internal.h (working copy)
|
| @@ -797,7 +797,7 @@
|
| int64 /* last navigation time */)
|
|
|
| // This messages is used to block until a new navigation occurs (if there is
|
| - // none more recent then the time specified).
|
| + // none more recent than the time specified).
|
| IPC_SYNC_MESSAGE_ROUTED2_1(AutomationMsg_WaitForNavigation,
|
| int /* tab_handle */,
|
| int64 /* last navigation time */,
|
| @@ -1162,4 +1162,11 @@
|
| // gfx::Point - the location to move to
|
| IPC_MESSAGE_ROUTED2(AutomationMsg_WindowMouseMove, int, gfx::Point)
|
|
|
| + // Toggles the auto-detect encoding setting.
|
| + // While the setting is global, the tab needs to be specified as it may need
|
| + // to be reloaded.
|
| + IPC_SYNC_MESSAGE_ROUTED1_1(AutomationMsg_ToggleEncodingAutoDetect,
|
| + int /* tab handle */,
|
| + bool /* success */)
|
| +
|
| IPC_END_MESSAGES(Automation)
|
|
|