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

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

Issue 378031: Revert 31419 - Commit Issue 255057: Unit Test for Toggling of Encoding AutoDe... (Closed) Base URL: svn://svn.chromium.org/chrome/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
« no previous file with comments | « chrome/browser/browser_encoding_uitest.cc ('k') | chrome/test/automation/tab_proxy.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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)
« no previous file with comments | « chrome/browser/browser_encoding_uitest.cc ('k') | chrome/test/automation/tab_proxy.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698