Index: chrome/browser/ui/cocoa/apps/app_info_dialog_cocoa.mm |
diff --git a/chrome/browser/ui/cocoa/apps/app_info_dialog_cocoa.mm b/chrome/browser/ui/cocoa/apps/app_info_dialog_cocoa.mm |
index 32b352b3bc716349fa6848e8ae953e8a571ea3a9..99b9fa5ca6badcfb282c879b205b3dce1ab6ace1 100644 |
--- a/chrome/browser/ui/cocoa/apps/app_info_dialog_cocoa.mm |
+++ b/chrome/browser/ui/cocoa/apps/app_info_dialog_cocoa.mm |
@@ -4,10 +4,8 @@ |
#include "chrome/browser/ui/apps/app_info_dialog.h" |
tapted
2014/06/16 06:11:55
nit: now that a lot of includes are gone, you migh
sashab
2014/06/16 07:01:19
Done.
|
-void ShowAppInfoDialog(gfx::NativeWindow parent_window, |
- const gfx::Rect& dialog_widget_bounds, |
+void ShowAppInfoDialog(AppListControllerDelegate* app_list_controller_delegate, |
Profile* profile, |
- const extensions::Extension* app, |
- const base::Closure& close_callback) { |
+ const extensions::Extension* app) { |
NOTIMPLEMENTED(); |
} |