Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2366)

Unified Diff: chrome/test/automation/automation_json_requests.h

Issue 9288051: Implement the webdriver window sizing commands. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: ... Created 8 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/common/automation_constants.cc ('k') | chrome/test/automation/automation_json_requests.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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(
« no previous file with comments | « chrome/common/automation_constants.cc ('k') | chrome/test/automation/automation_json_requests.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698