Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2012)

Unified Diff: chrome/test/automation/automation_messages_internal.h

Issue 255057: Unit Test for Toggling of Encoding Auto-Detect (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: '' Created 11 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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)

Powered by Google App Engine
This is Rietveld 408576698