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

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

Issue 10790055: Convert more PyAuto proxy calls to the JSON interface. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Ensure the returned Python string is of type str, not unicode, before passing to GURL. 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/pyautolib.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/pyautolib/pyautolib.i
diff --git a/chrome/test/pyautolib/pyautolib.i b/chrome/test/pyautolib/pyautolib.i
index 1e9b388dd983626c2624266c705aa3086ca8dfa6..70da0310118278ec88d65ea1ab7dcfb3da5fc5a8 100644
--- a/chrome/test/pyautolib/pyautolib.i
+++ b/chrome/test/pyautolib/pyautolib.i
@@ -363,23 +363,6 @@ class PyUITestBase {
GetBrowserWindowCount;
int GetBrowserWindowCount();
- %feature("docstring", "Activate the tab at the given zero-based index in "
- "the given or first window. Also brings the window to the front. "
- "Returns True on success.") ActivateTab;
- bool ActivateTab(int tab_index, int window_index=0);
-
- %feature("docstring", "Get the title of the active tab for the given or "
- "first window.") GetActiveTabTitle;
- std::wstring GetActiveTabTitle(int window_index=0);
-
- %feature("docstring", "Get the URL for the active tab. for the given or "
- "first window. Returns an instance of GURL") GetActiveTabURL;
- GURL GetActiveTabURL(int window_index=0);
-
- %feature("docstring", "Count of the number of tabs in the given or "
- "first window.") GetTabCount;
- int GetTabCount(int window_index=0);
-
%feature("docstring", "Set the value of the cookie at cookie_url to value "
"for the given window index and tab index. "
"Returns True on success.") SetCookie;
« no previous file with comments | « chrome/test/pyautolib/pyautolib.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698