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

Unified Diff: chrome/browser/ui/app_list/app_list_controller_delegate.cc

Issue 180723010: Added tabs to the App Info dialog. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Some minor fixes and renames. Created 6 years, 10 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/app/generated_resources.grd ('k') | chrome/browser/ui/apps/app_info_dialog.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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)));
}
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/ui/apps/app_info_dialog.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698