| Index: chrome/test/automation/automation_messages_internal.h
|
| ===================================================================
|
| --- chrome/test/automation/automation_messages_internal.h (revision 31464)
|
| +++ 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 than the time specified).
|
| + // none more recent then the time specified).
|
| IPC_SYNC_MESSAGE_ROUTED2_1(AutomationMsg_WaitForNavigation,
|
| int /* tab_handle */,
|
| int64 /* last navigation time */,
|
| @@ -1184,11 +1184,4 @@
|
| int /* tab_handle */,
|
| int /* request_id */)
|
|
|
| - // 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)
|
|
|