| 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.
|
|
|