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

Unified Diff: chrome/test/pyautolib/pyautolib.h

Issue 10790055: Convert more PyAuto proxy 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/pyautolib/pyautolib.h
diff --git a/chrome/test/pyautolib/pyautolib.h b/chrome/test/pyautolib/pyautolib.h
index 3de0596b0f57e35d75b8d11f5068a1e3fcae91f8..8c9133280bdd05e5bd5994594f318be5389a4496 100644
--- a/chrome/test/pyautolib/pyautolib.h
+++ b/chrome/test/pyautolib/pyautolib.h
@@ -69,15 +69,6 @@ class PyUITestBase : public UITestBase {
virtual void SetUp() OVERRIDE;
virtual void TearDown() OVERRIDE;
- // Get the URL of the active tab.
- GURL GetActiveTabURL(int window_index = 0);
-
- int GetTabCount(int window_index = 0);
-
- // Activate the tab at the given zero-based index in the given or first
- // browser window. Also brings the window to front.
- bool ActivateTab(int tab_index, int window_index = 0);
-
// Shows or hides the download shelf.
void SetDownloadShelfVisible(bool is_visible, int window_index = 0);

Powered by Google App Engine
This is Rietveld 408576698