| 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,
|
|
|