| 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..9a4afb8171159acaa33312f664963283f4513522 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 MaximizeView(const WebViewId& view_id, Error** error);
|
| +
|
| // Gets the active JavaScript modal dialog's message.
|
| void GetAppModalDialogMessage(std::string* message, Error** error);
|
|
|
| @@ -262,6 +265,7 @@ class Automation {
|
| Error* CheckAdvancedInteractionsSupported();
|
| Error* CheckNewExtensionInterfaceSupported();
|
| Error* CheckGeolocationSupported();
|
| + Error* CheckMaximizeSupported();
|
| Error* IsNewMouseApiSupported(bool* supports_new_api);
|
|
|
| const Logger& logger_;
|
|
|