diff options
author | phajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-19 18:00:55 +0000 |
---|---|---|
committer | phajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-19 18:00:55 +0000 |
commit | d53a76b8bc94f47de9e22d345d849d6c5e5117ea (patch) | |
tree | d05fbb167ca14b7dd36060cb6d2ceb123581728b /chrome/test/automation/automation_messages_internal.h | |
parent | 38355fcc73d873e8e8e56b4d8c46f0d703a36543 (diff) | |
download | chromium_src-d53a76b8bc94f47de9e22d345d849d6c5e5117ea.zip chromium_src-d53a76b8bc94f47de9e22d345d849d6c5e5117ea.tar.gz chromium_src-d53a76b8bc94f47de9e22d345d849d6c5e5117ea.tar.bz2 |
Revert "Add automation call to wait for multiple navigations."
Broke the page cyclers.
TBR=tony
Review URL: http://codereview.chromium.org/174065
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@23717 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test/automation/automation_messages_internal.h')
-rw-r--r-- | chrome/test/automation/automation_messages_internal.h | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/chrome/test/automation/automation_messages_internal.h b/chrome/test/automation/automation_messages_internal.h index ba00e04..5ebaca0 100644 --- a/chrome/test/automation/automation_messages_internal.h +++ b/chrome/test/automation/automation_messages_internal.h @@ -82,11 +82,6 @@ IPC_BEGIN_MESSAGES(Automation) // the tab resource. The second parameter is the target url. The return // value contains a status code which is nonnegative on success. // See AutomationMsg_NavigationResponseValues for the return value. - // - // This is deprecated in favor of - // AutomationMsg_NavigateToURLBlockUntilNavigationsComplete. - // - // TODO(phajdan.jr): Remove when the reference build gets updated. IPC_SYNC_MESSAGE_ROUTED2_1(AutomationMsg_NavigateToURL, int, GURL, AutomationMsg_NavigationResponseValues) @@ -1013,14 +1008,4 @@ IPC_BEGIN_MESSAGES(Automation) IPC_MESSAGE_ROUTED3(AutomationMsg_WindowClick, int, gfx::Point, int) #endif - // This message notifies the AutomationProvider to navigate to a specified - // url in the tab with given handle. The first parameter is the handle to - // the tab resource. The second parameter is the target url. The third - // parameter is the number of navigations that are required for a successful - // return value. See AutomationMsg_NavigationResponseValues for the return - // value. - IPC_SYNC_MESSAGE_ROUTED3_1( - AutomationMsg_NavigateToURLBlockUntilNavigationsComplete, int, GURL, int, - AutomationMsg_NavigationResponseValues) - IPC_END_MESSAGES(Automation) |