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

Unified Diff: chrome/browser/ui/browser_window.h

Issue 2916753004: Use BookmarkAppConfirmationView on Mac. Delete the NSAlert Mac uses currently. (Closed)
Patch Set: using, OnceCallback Created 3 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
« no previous file with comments | « chrome/browser/ui/browser_dialogs.h ('k') | chrome/browser/ui/cocoa/browser_window_cocoa.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/browser_window.h
diff --git a/chrome/browser/ui/browser_window.h b/chrome/browser/ui/browser_window.h
index d01dd7e1c6b602ef166e52301fcd405236e534ac..4ab5c326c188c720c596bce7a3ff14db86db3c72 100644
--- a/chrome/browser/ui/browser_window.h
+++ b/chrome/browser/ui/browser_window.h
@@ -32,8 +32,6 @@ class Profile;
class StatusBubble;
class ToolbarActionsBar;
-struct WebApplicationInfo;
-
namespace autofill {
class SaveCardBubbleController;
class SaveCardBubbleView;
@@ -240,21 +238,6 @@ class BrowserWindow : public ui::BaseWindow {
// |already_bookmarked| is true if the url is already bookmarked.
virtual void ShowBookmarkBubble(const GURL& url, bool already_bookmarked) = 0;
- // Callback type used with the ShowBookmarkAppBubble() method. The boolean
- // parameter is true when the user accepts the dialog. The WebApplicationInfo
- // parameter contains the WebApplicationInfo as edited by the user.
- typedef base::Callback<void(bool, const WebApplicationInfo&)>
- ShowBookmarkAppBubbleCallback;
-
- // Shows the Bookmark App bubble.
- // See Extension::InitFromValueFlags::FROM_BOOKMARK for a description of
- // bookmark apps.
- //
- // |web_app_info| is the WebApplicationInfo being converted into an app.
- virtual void ShowBookmarkAppBubble(
- const WebApplicationInfo& web_app_info,
- const ShowBookmarkAppBubbleCallback& callback) = 0;
-
// Shows the "Save credit card" bubble.
virtual autofill::SaveCardBubbleView* ShowSaveCreditCardBubble(
content::WebContents* contents,
« no previous file with comments | « chrome/browser/ui/browser_dialogs.h ('k') | chrome/browser/ui/cocoa/browser_window_cocoa.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698