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

Unified Diff: chrome/browser/ui/views/frame/browser_view.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
Index: chrome/browser/ui/views/frame/browser_view.h
diff --git a/chrome/browser/ui/views/frame/browser_view.h b/chrome/browser/ui/views/frame/browser_view.h
index c79b85cbd93cd717ac4c85f94f4459c028c0d1f2..bcaa768f150f8cefdbbe17f2860c28b5b0958bc4 100644
--- a/chrome/browser/ui/views/frame/browser_view.h
+++ b/chrome/browser/ui/views/frame/browser_view.h
@@ -315,9 +315,6 @@ class BrowserView : public BrowserWindow,
bool IsToolbarShowing() const override;
void ShowUpdateChromeDialog() override;
void ShowBookmarkBubble(const GURL& url, bool already_bookmarked) override;
- void ShowBookmarkAppBubble(
- const WebApplicationInfo& web_app_info,
- const ShowBookmarkAppBubbleCallback& callback) override;
autofill::SaveCardBubbleView* ShowSaveCreditCardBubble(
content::WebContents* contents,
autofill::SaveCardBubbleController* controller,
« no previous file with comments | « chrome/browser/ui/views/extensions/bookmark_app_confirmation_view.cc ('k') | chrome/browser/ui/views/frame/browser_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698