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

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

Issue 8649004: Allow chromedriver to install an extension and get all installed extension IDs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: ... Created 9 years, 1 month 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
Index: chrome/test/pyautolib/pyautolib.i
diff --git a/chrome/test/pyautolib/pyautolib.i b/chrome/test/pyautolib/pyautolib.i
index 7bff1bc100d5a1b84f155ce508c273ebe638a90b..d0499b64b904ecdbac2d1c99cee611d41ba502d8 100644
--- a/chrome/test/pyautolib/pyautolib.i
+++ b/chrome/test/pyautolib/pyautolib.i
@@ -379,12 +379,6 @@ class PyUITestBase {
int tab_index=0);
// Misc methods
- %feature("docstring", "Install an extension from the given path. The path "
- "must be absolute and may be a crx file or an unpacked extension "
- "directory. Returns the extension ID if successfully installed and "
- "loaded. Otherwise, returns the empty string.") InstallExtension;
- std::string InstallExtension(const std::string& extension_path, bool with_ui);
-
%feature("docstring", "Get a proxy to the browser window at the given "
"zero-based index.") GetBrowserWindow;
scoped_refptr<BrowserProxy> GetBrowserWindow(int window_index);

Powered by Google App Engine
This is Rietveld 408576698