summaryrefslogtreecommitdiffstats
path: root/chrome/test/automation/window_proxy.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/test/automation/window_proxy.h')
-rw-r--r--chrome/test/automation/window_proxy.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/chrome/test/automation/window_proxy.h b/chrome/test/automation/window_proxy.h
index 92f74ae..3c5deca 100644
--- a/chrome/test/automation/window_proxy.h
+++ b/chrome/test/automation/window_proxy.h
@@ -78,12 +78,6 @@ class WindowProxy : public AutomationResourceProxy {
// of the screen, if false in the coordinates of the browser.
bool GetViewBounds(int view_id, gfx::Rect* bounds, bool screen_coordinates);
- // Like GetViewBounds except returns false if timeout occurs before view
- // bounds are obtained, and sets is_timeout accordingly.
- bool GetViewBoundsWithTimeout(int view_id, gfx::Rect* bounds,
- bool screen_coordinates, uint32 timeout_ms,
- bool* is_timeout);
-
// Gets the position and size of the window. Returns true if setting the
// bounds was successful.
bool GetBounds(gfx::Rect* bounds);