| Index: chrome/test/automation/tab_proxy.cc
|
| ===================================================================
|
| --- chrome/test/automation/tab_proxy.cc (revision 17483)
|
| +++ chrome/test/automation/tab_proxy.cc (working copy)
|
| @@ -42,19 +42,6 @@
|
| return sender_->Send(new AutomationMsg_TabIndex(0, handle_, index));
|
| }
|
|
|
| -bool TabProxy::IsShelfVisible(bool* is_visible) {
|
| - if (!is_valid())
|
| - return false;
|
| -
|
| - if (!is_visible) {
|
| - NOTREACHED();
|
| - return false;
|
| - }
|
| -
|
| - return sender_->Send(new AutomationMsg_ShelfVisibility(0, handle_,
|
| - is_visible));
|
| -}
|
| -
|
| int TabProxy::FindInPage(const std::wstring& search_string,
|
| FindInPageDirection forward,
|
| FindInPageCase match_case,
|
| @@ -347,7 +334,7 @@
|
| window_index,
|
| &handle)))
|
| return NULL;
|
| -
|
| +
|
| if (handle == 0)
|
| return NULL;
|
|
|
|
|