Index: chrome/browser/ui/app_list/app_list_controller_delegate.cc |
diff --git a/chrome/browser/ui/app_list/app_list_controller_delegate.cc b/chrome/browser/ui/app_list/app_list_controller_delegate.cc |
index 807a0d6c6841f9471466489d570f9324236a523e..aa588d4d27242271dcfcdae817d048d6ee06740b 100644 |
--- a/chrome/browser/ui/app_list/app_list_controller_delegate.cc |
+++ b/chrome/browser/ui/app_list/app_list_controller_delegate.cc |
@@ -96,8 +96,10 @@ void AppListControllerDelegate::DoShowAppInfoFlow( |
return; |
OnShowExtensionPrompt(); |
- ShowChromeAppInfoDialog( |
- parent_window, profile, extension, |
+ ShowAppInfoDialog( |
Matt Giuca
2014/03/04 04:51:12
Whoops, I didn't realise my asking you to do this
|
+ parent_window, |
+ profile, |
+ extension, |
base::Bind(&AppListControllerDelegate::OnCloseExtensionPrompt, |
base::Unretained(this))); |
} |