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

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

Issue 10836015: Convert more automation calls to the JSON interface. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix some failing tests. 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 8638ed708c1feef8fdf51d4d5f3d7ef5ffe64636..89c11fc9a89a4190b0dd5847155f7290c9926453 100644
--- a/chrome/test/pyautolib/pyautolib.i
+++ b/chrome/test/pyautolib/pyautolib.i
@@ -331,25 +331,6 @@ class PyUITestBase {
%feature("docstring", "Remove (delete) a bookmark.") RemoveBookmark;
bool RemoveBookmark(std::wstring id, int window_index=0);
- %feature("docstring", "Open the Find box in the given or first browser "
- "window.") OpenFindInPage;
- void OpenFindInPage(int window_index=0);
-
- %feature("docstring", "Determine if the find box is visible in the "
- "given or first browser window.") IsFindInPageVisible;
- bool IsFindInPageVisible(int window_index=0);
-
- // Tabs and windows methods
- %feature("docstring", "Open a new browser window.") OpenNewBrowserWindow;
- bool OpenNewBrowserWindow(bool show);
-
- %feature("docstring", "Close a browser window.") CloseBrowserWindow;
- bool CloseBrowserWindow(int window_index);
-
- %feature("docstring", "Fetch the number of browser windows. Includes popups.")
- GetBrowserWindowCount;
- int GetBrowserWindowCount();
-
// Misc methods
%feature("docstring", "Get a proxy to the browser window at the given "
"zero-based index.") GetBrowserWindow;
@@ -365,10 +346,6 @@ class PyUITestBase {
const std::string& request,
int timeout);
- %feature("docstring", "Resets to the default theme. "
- "Returns true on success.") ResetToDefaultTheme;
- bool ResetToDefaultTheme();
-
%feature("docstring",
"Returns empty string if there were no unexpected Chrome asserts or "
"crashes, a string describing the failures otherwise. As a side "
« 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