Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / ui / cocoa / apps / app_info_dialog_cocoa.mm
index aa652e4..33a8aa2 100644 (file)
@@ -5,10 +5,20 @@
 #include "base/logging.h"
 #include "chrome/browser/ui/apps/app_info_dialog.h"
 
-void ShowAppInfoDialog(gfx::NativeWindow parent,
-                       const gfx::Rect& bounds,
-                       Profile* profile,
-                       const extensions::Extension* app,
-                       const base::Closure& close_callback) {
+void ShowAppInfoInAppList(gfx::NativeWindow parent,
+                          const gfx::Rect& app_list_bounds,
+                          Profile* profile,
+                          const extensions::Extension* app,
+                          const base::Closure& close_callback) {
+  // TODO(sashab): Implement the App Info dialog on Mac.
+  NOTIMPLEMENTED();
+}
+
+void ShowAppInfoInNativeDialog(gfx::NativeWindow parent,
+                               const gfx::Size& size,
+                               Profile* profile,
+                               const extensions::Extension* app,
+                               const base::Closure& close_callback) {
+  // TODO(sashab): Implement the App Info dialog on Mac.
   NOTIMPLEMENTED();
 }