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 " |