diff options
author | dtu@chromium.org <dtu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-04 21:05:27 +0000 |
---|---|---|
committer | dtu@chromium.org <dtu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-04 21:05:27 +0000 |
commit | 7457cb3cfe3272ca84c854a8713a7ff1ca61025b (patch) | |
tree | 976d4b692249e06cd7aafe6b4bd6f8e02b25df25 /chrome/test/automation/automation_proxy.h | |
parent | 14bb336e4be8a0e230950c068ce66db41105ba76 (diff) | |
download | chromium_src-7457cb3cfe3272ca84c854a8713a7ff1ca61025b.zip chromium_src-7457cb3cfe3272ca84c854a8713a7ff1ca61025b.tar.gz chromium_src-7457cb3cfe3272ca84c854a8713a7ff1ca61025b.tar.bz2 |
Refactor: Make PyAuto InstallExtension() take a string. Delete dead code.
BUG=chromium:86890
TEST=Run the modified PyAuto tests on all platforms.
Review URL: http://codereview.chromium.org/7548024
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95490 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test/automation/automation_proxy.h')
-rw-r--r-- | chrome/test/automation/automation_proxy.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/test/automation/automation_proxy.h b/chrome/test/automation/automation_proxy.h index 0390f03..a41689d 100644 --- a/chrome/test/automation/automation_proxy.h +++ b/chrome/test/automation/automation_proxy.h @@ -197,11 +197,11 @@ class AutomationProxy : public IPC::Channel::Listener, // sent. bool SavePackageShouldPromptUser(bool should_prompt) WARN_UNUSED_RESULT; - // Installs the extension crx. If |with_ui| is true an install confirmation + // Installs the extension. If |with_ui| is true an install confirmation // and notification UI is shown, otherwise the install is silent. Returns the // ExtensionProxy for the installed extension, or NULL on failure. // Note: Overinstalls and downgrades will return NULL. - scoped_refptr<ExtensionProxy> InstallExtension(const FilePath& crx_file, + scoped_refptr<ExtensionProxy> InstallExtension(const FilePath& extension_path, bool with_ui); // Asserts that the next extension test result is true. |