Chromium Code Reviews

Unified Diff: chrome/browser/automation/automation_provider.h

Issue 174396: Fix another source of flakiness in ErrorPageTest (Closed)
Patch Set: Created 11 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « no previous file | chrome/browser/automation/automation_provider.cc » ('j') | chrome/browser/errorpage_uitest.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/automation/automation_provider.h
diff --git a/chrome/browser/automation/automation_provider.h b/chrome/browser/automation/automation_provider.h
index 510a91ddfe7ad1258106794f9f1ebdc5d8f395ad..ca2d6112f42c6fc936517266cee48d4e473a2562 100644
--- a/chrome/browser/automation/automation_provider.h
+++ b/chrome/browser/automation/automation_provider.h
@@ -466,6 +466,14 @@ class AutomationProvider : public base::RefCounted<AutomationProvider>,
void WaitForAppModalDialogToBeShown(IPC::Message* reply_message);
+ void GoBackBlockUntilNavigationsComplete(int handle,
+ int number_of_navigations,
+ IPC::Message* reply_message);
+
+ void GoForwardBlockUntilNavigationsComplete(int handle,
+ int number_of_navigations,
+ IPC::Message* reply_message);
+
// Convert a tab handle into a TabContents. If |tab| is non-NULL a pointer
// to the tab is also returned. Returns NULL in case of failure or if the tab
// is not of the TabContents type.
« no previous file with comments | « no previous file | chrome/browser/automation/automation_provider.cc » ('j') | chrome/browser/errorpage_uitest.cc » ('J')

Powered by Google App Engine