diff options
Diffstat (limited to 'chrome/test/automation/tab_proxy.cc')
-rw-r--r-- | chrome/test/automation/tab_proxy.cc | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/chrome/test/automation/tab_proxy.cc b/chrome/test/automation/tab_proxy.cc index fd2afaa..fdce639 100644 --- a/chrome/test/automation/tab_proxy.cc +++ b/chrome/test/automation/tab_proxy.cc @@ -229,20 +229,6 @@ bool TabProxy::NavigateToURLAsyncWithDisposition( return status; } -#if defined(OS_WIN) -// TODO(port): Get rid of HWND. -bool TabProxy::GetHWND(HWND* hwnd) const { - if (!is_valid()) - return false; - if (!hwnd) { - NOTREACHED(); - return false; - } - - return sender_->Send(new AutomationMsg_TabHWND(0, handle_, hwnd)); -} -#endif // defined(OS_WIN) - bool TabProxy::GetProcessID(int* process_id) const { if (!is_valid()) return false; |