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

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

Issue 10804038: Convert cookie and download automation commands to the JSON interface. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase 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
« no previous file with comments | « chrome/test/pyautolib/pyauto.py ('k') | chrome/test/pyautolib/pyautolib.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/pyautolib/pyautolib.h
diff --git a/chrome/test/pyautolib/pyautolib.h b/chrome/test/pyautolib/pyautolib.h
index a20e4083c9903a25dbfb061995feffcf89597ff8..51090a17d134a05026e713f0fc51c39c2849e2be 100644
--- a/chrome/test/pyautolib/pyautolib.h
+++ b/chrome/test/pyautolib/pyautolib.h
@@ -69,21 +69,12 @@ class PyUITestBase : public UITestBase {
virtual void SetUp() OVERRIDE;
virtual void TearDown() OVERRIDE;
- // Shows or hides the download shelf.
- void SetDownloadShelfVisible(bool is_visible, int window_index = 0);
-
- // Determines the visibility of the download shelf
- bool IsDownloadShelfVisible(int window_index = 0);
-
// Open the Find box
void OpenFindInPage(int window_index = 0);
// Determines the visibility of the Find box
bool IsFindInPageVisible(int window_index = 0);
- // Get the path to the downloads directory
- FilePath GetDownloadDirectory();
-
// AutomationProxy methods
// Open a new browser window. Returns false on failure.
« no previous file with comments | « chrome/test/pyautolib/pyauto.py ('k') | chrome/test/pyautolib/pyautolib.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698