diff options
Diffstat (limited to 'chrome/test/automation/window_proxy.cc')
-rw-r--r-- | chrome/test/automation/window_proxy.cc | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/chrome/test/automation/window_proxy.cc b/chrome/test/automation/window_proxy.cc index c098abd..295f05b 100644 --- a/chrome/test/automation/window_proxy.cc +++ b/chrome/test/automation/window_proxy.cc @@ -123,15 +123,6 @@ bool WindowProxy::GetFocusedViewID(int* view_id) { view_id)); } -bool WindowProxy::WaitForFocusedViewIDToChange( - int old_view_id, int* new_view_id) { - bool result = false; - if (!sender_->Send(new AutomationMsg_WaitForFocusedViewIDToChange - (0, handle_, old_view_id, &result, new_view_id))) - return false; - return result; -} - scoped_refptr<BrowserProxy> WindowProxy::GetBrowser() { return GetBrowserWithTimeout(base::kNoTimeout, NULL); } |