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

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

Issue 1048343002: Enable the views-based AppInfoDialog on Mac (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@20150330-MacViews-EnableAppList-PLUS-mac-views-browser
Patch Set: double-check now that r329097 landed Created 5 years, 7 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 | « no previous file | chrome/chrome_browser_ui.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
deleted file mode 100644
index f6b531b493dd2a5c21527d5d061bb02a30384317..0000000000000000000000000000000000000000
--- a/chrome/browser/ui/cocoa/apps/app_info_dialog_cocoa.mm
+++ /dev/null
@@ -1,33 +0,0 @@
-// Copyright 2014 The Chromium Authors. All rights reserved.
-// 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"
-#include "ui/gfx/geometry/size.h"
-
-bool CanShowAppInfoDialog() {
- return false;
-}
-
-gfx::Size GetAppInfoNativeDialogSize() {
- return gfx::Size();
-}
-
-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();
-}
« no previous file with comments | « no previous file | chrome/chrome_browser_ui.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698