diff options
author | aa@chromium.org <aa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-11-23 22:12:30 +0000 |
---|---|---|
committer | aa@chromium.org <aa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-11-23 22:12:30 +0000 |
commit | c003320ea12585f044da47de763b637b90e70e0a (patch) | |
tree | f0f6bd60d2c18853e3842937cfdd0db9dd7d8326 /chrome/browser/extensions/extension_browsertest.cc | |
parent | a5fa97f47fdbabc273d4ac4c93aebd1b107a3f74 (diff) | |
download | chromium_src-c003320ea12585f044da47de763b637b90e70e0a.zip chromium_src-c003320ea12585f044da47de763b637b90e70e0a.tar.gz chromium_src-c003320ea12585f044da47de763b637b90e70e0a.tar.bz2 |
Finish wiring up chrome.app.install().
There is a UI issue (noted in the code) that I need to figure
out before I can turn it on by default.
BUG=49233
TEST=n/a
Review URL: http://codereview.chromium.org/4995001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67163 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/extensions/extension_browsertest.cc')
-rw-r--r-- | chrome/browser/extensions/extension_browsertest.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/extensions/extension_browsertest.cc b/chrome/browser/extensions/extension_browsertest.cc index bea1c5e..ae90a66 100644 --- a/chrome/browser/extensions/extension_browsertest.cc +++ b/chrome/browser/extensions/extension_browsertest.cc @@ -144,7 +144,7 @@ bool ExtensionBrowserTest::InstallOrUpdateExtension(const std::string& id, install_ui = new ExtensionInstallUI(browser()->profile()); scoped_refptr<CrxInstaller> installer( - new CrxInstaller(service->install_directory(), service, install_ui)); + new CrxInstaller(service, install_ui)); installer->set_expected_id(id); installer->InstallCrx(path); |