diff options
Diffstat (limited to 'chrome/browser/ui/browser.cc')
| -rw-r--r-- | chrome/browser/ui/browser.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/ui/browser.cc b/chrome/browser/ui/browser.cc index 630c27c..a3ec1d0e 100644 --- a/chrome/browser/ui/browser.cc +++ b/chrome/browser/ui/browser.cc @@ -3793,7 +3793,7 @@ void Browser::OnInstallApplication(TabContents* source, scoped_refptr<CrxInstaller> installer(CrxInstaller::Create( extension_service, extension_service->show_extensions_prompts() ? - new ExtensionInstallUI(profile()) : NULL)); + new ExtensionInstallPrompt(profile()) : NULL)); installer->InstallWebApp(web_app); } |
