Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2006)

Unified Diff: chrome/test/automation/browser_proxy.cc

Issue 10836015: Convert more automation calls to the JSON interface. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/test/automation/browser_proxy.cc
diff --git a/chrome/test/automation/browser_proxy.cc b/chrome/test/automation/browser_proxy.cc
index 0854505afd8aa23aa83103bb594ce606dee86d84..2d6ac92a37b9f4a5b1ff7711cc93c6fde33cec41 100644
--- a/chrome/test/automation/browser_proxy.cc
+++ b/chrome/test/automation/browser_proxy.cc
@@ -205,14 +205,6 @@ bool BrowserProxy::WaitForTabToBecomeActive(int tab,
return false;
}
-bool BrowserProxy::OpenFindInPage() {
- if (!is_valid())
- return false;
-
- return sender_->Send(new AutomationMsg_OpenFindInPage(handle_));
- // This message expects no response.
-}
-
bool BrowserProxy::IsFindWindowFullyVisible(bool* is_visible) {
if (!is_valid())
return false;

Powered by Google App Engine
This is Rietveld 408576698