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

Unified Diff: chrome/browser/ui/cocoa/apps/app_info_dialog_cocoa.mm

Issue 306023011: Add new DialogDelegate for dialogs in the App List (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Nit comment Created 6 years, 6 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
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..9563ece71985b7187a1b0c9ec44a8aa002f2b74e 100644
--- a/chrome/browser/ui/cocoa/apps/app_info_dialog_cocoa.mm
+++ b/chrome/browser/ui/cocoa/apps/app_info_dialog_cocoa.mm
@@ -2,12 +2,11 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
+#include "base/logging.h"
#include "chrome/browser/ui/apps/app_info_dialog.h"
-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();
}

Powered by Google App Engine
This is Rietveld 408576698