Chromium Code Reviews| Index: chrome/test/webdriver/webdriver_automation.h |
| diff --git a/chrome/test/webdriver/webdriver_automation.h b/chrome/test/webdriver/webdriver_automation.h |
| index 13d477568a96836c26edd4cfdc5a3188138ee03a..02f18e50fe2ec995844e7f26909a660f5901ac8c 100644 |
| --- a/chrome/test/webdriver/webdriver_automation.h |
| +++ b/chrome/test/webdriver/webdriver_automation.h |
| @@ -182,6 +182,9 @@ class Automation { |
| const Rect& bounds, |
| Error** error); |
| + // Maximizes the given view. |
| + void Maximize(const WebViewId& view_id, Error** error); |
|
kkania
2012/05/23 17:49:20
MaximizeView
zori
2012/05/24 00:39:33
Done.
|
| + |
| // Gets the active JavaScript modal dialog's message. |
| void GetAppModalDialogMessage(std::string* message, Error** error); |