| Index: chrome/test/automation/automation_json_requests.h
|
| diff --git a/chrome/test/automation/automation_json_requests.h b/chrome/test/automation/automation_json_requests.h
|
| index 22fb858c95f71244f62b97b1e0a0e1a9d41a916f..327285941815236c73158c3edbe11368f77aa7a2 100644
|
| --- a/chrome/test/automation/automation_json_requests.h
|
| +++ b/chrome/test/automation/automation_json_requests.h
|
| @@ -424,6 +424,12 @@ bool SendSetViewBoundsJSONRequest(
|
| int height,
|
| automation::Error* error) WARN_UNUSED_RESULT;
|
|
|
| +// Requests to maximize the given view. Returns true on success.
|
| +bool SendMaximizeJSONRequest(
|
| + AutomationMessageSender* sender,
|
| + const WebViewId& id,
|
| + automation::Error* error) WARN_UNUSED_RESULT;
|
| +
|
| // Requests to get the active JavaScript modal dialog's message. Returns true
|
| // on success.
|
| bool SendGetAppModalDialogMessageJSONRequest(
|
|
|