| Index: chrome/test/webdriver/automation.h
|
| diff --git a/chrome/test/webdriver/automation.h b/chrome/test/webdriver/automation.h
|
| index bffbb194b22954e04a70c152bf01143d297b20e4..8732489c7460ae7c56d81545bb6a539e10bf54ea 100644
|
| --- a/chrome/test/webdriver/automation.h
|
| +++ b/chrome/test/webdriver/automation.h
|
| @@ -93,6 +93,7 @@ class Automation {
|
| void CaptureEntirePageAsPNG(int tab_id, const FilePath& path, Error** error);
|
|
|
| void NavigateToURL(int tab_id, const std::string& url, Error** error);
|
| + void NavigateToURLAsync(int tab_id, const std::string& url, Error** error);
|
| void GoForward(int tab_id, Error** error);
|
| void GoBack(int tab_id, Error** error);
|
| void Reload(int tab_id, Error** error);
|
|
|