| 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 5d354000d6ab8c1ae519e927277c861a60662e29..1f71ccbb97da7a1db6e4ccbd494546f8343a3b52 100644
|
| --- a/chrome/test/automation/automation_json_requests.h
|
| +++ b/chrome/test/automation/automation_json_requests.h
|
| @@ -404,6 +404,16 @@ bool SendDragAndDropFilePathsJSONRequest(
|
| const std::vector<FilePath::StringType>& paths,
|
| automation::Error* error) WARN_UNUSED_RESULT;
|
|
|
| +// Requests to set the given view's bounds. Returns true on success.
|
| +bool SendSetViewBoundsJSONRequest(
|
| + AutomationMessageSender* sender,
|
| + const WebViewId& id,
|
| + int x,
|
| + int y,
|
| + int width,
|
| + int height,
|
| + automation::Error* error) WARN_UNUSED_RESULT;
|
| +
|
| // Requests to get the active JavaScript modal dialog's message. Returns true
|
| // on success.
|
| bool SendGetAppModalDialogMessageJSONRequest(
|
|
|