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

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

Issue 7548024: Refactor: Make PyAuto InstallExtension() take a string. Delete dead code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixup per kkania. Created 9 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/functional/themes.py ('k') | chrome/test/pyautolib/pyautolib.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/pyautolib/pyautolib.h
diff --git a/chrome/test/pyautolib/pyautolib.h b/chrome/test/pyautolib/pyautolib.h
index fc22f22569d11a104242f89363d2d7f792689878..1c2182714c505be1ff14c18e3e06be984287dc0e 100644
--- a/chrome/test/pyautolib/pyautolib.h
+++ b/chrome/test/pyautolib/pyautolib.h
@@ -122,10 +122,10 @@ class PyUITestBase : public UITestBase {
// Fetch the number of browser windows. Includes popups.
int GetBrowserWindowCount();
- // Installs the extension crx. Returns the extension ID only if the extension
+ // Installs the extension. Returns the extension ID only if the extension
// was installed and loaded successfully. Otherwise, returns the empty
// string. Overinstalls will fail.
- std::string InstallExtension(const FilePath& crx_file, bool with_ui);
+ std::string InstallExtension(const std::string& extension_path, bool with_ui);
// Returns bookmark bar visibility state.
bool GetBookmarkBarVisibility();
« no previous file with comments | « chrome/test/functional/themes.py ('k') | chrome/test/pyautolib/pyautolib.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698