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

Unified Diff: chrome/test/chromedriver/chrome/chrome_desktop_impl.h

Issue 2836023003: fix testWindowMaximize bug (Closed)
Patch Set: nit Created 3 years, 8 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 | « no previous file | chrome/test/chromedriver/chrome/chrome_desktop_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/chromedriver/chrome/chrome_desktop_impl.h
diff --git a/chrome/test/chromedriver/chrome/chrome_desktop_impl.h b/chrome/test/chromedriver/chrome/chrome_desktop_impl.h
index c1f9974e2ea06486456be366539df5f6189ef311..6618a624a4c3cc9e0556d6e96591e1a371a42355 100644
--- a/chrome/test/chromedriver/chrome/chrome_desktop_impl.h
+++ b/chrome/test/chromedriver/chrome/chrome_desktop_impl.h
@@ -82,12 +82,14 @@ class ChromeDesktopImpl : public ChromeImpl {
int width;
int height;
};
+ Status ParseWindowBounds(std::unique_ptr<base::DictionaryValue> params,
+ Window* window);
Status ParseWindow(std::unique_ptr<base::DictionaryValue> params,
Window* window);
Status GetWindow(const std::string& target_id, Window* window);
- Status SetWindowState(int window_id, const std::string& window_state);
- Status SetWindowBounds(const std::string& target_id,
+ Status GetWindowBounds(int window_id, Window* window);
+ Status SetWindowBounds(int window_id,
std::unique_ptr<base::DictionaryValue> bounds);
base::Process process_;
« no previous file with comments | « no previous file | chrome/test/chromedriver/chrome/chrome_desktop_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698