| Index: chrome/test/automation/tab_proxy.cc
|
| ===================================================================
|
| --- chrome/test/automation/tab_proxy.cc (revision 9391)
|
| +++ chrome/test/automation/tab_proxy.cc (working copy)
|
| @@ -641,14 +641,6 @@
|
| // This message expects no response
|
| }
|
|
|
| -bool TabProxy::SetInitialFocus(bool reverse) {
|
| - if (!is_valid())
|
| - return false;
|
| - return sender_->Send(
|
| - new AutomationMsg_SetInitialFocus(0, handle_, reverse));
|
| - // This message expects no response
|
| -}
|
| -
|
| bool TabProxy::WaitForTabToBeRestored(uint32 timeout_ms) {
|
| if (!is_valid())
|
| return false;
|
|
|