diff options
Diffstat (limited to 'chrome/test/pyautolib')
-rw-r--r-- | chrome/test/pyautolib/pyautolib.i | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/chrome/test/pyautolib/pyautolib.i b/chrome/test/pyautolib/pyautolib.i index 6784694..b132130 100644 --- a/chrome/test/pyautolib/pyautolib.i +++ b/chrome/test/pyautolib/pyautolib.i @@ -362,11 +362,6 @@ class PyUITestBase { int tab_index=0); // Misc methods - %feature("docstring", "Determine if the browser is running. " - "Returns False if user closed the window or if the browser died") - IsBrowserRunning; - bool IsBrowserRunning(); - %feature("docstring", "Install an extension from the given file. The file " "must be specified with an absolute path. Returns the extension ID " "if successfully installed and loaded. Otherwise, returns the empty " |