| 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 83bcf2ef9d920c9c5e39b1b933bc8bdbce7ff624..a85e479bd12b18442391c6724220b1c8e7c614dd 100644
|
| --- a/chrome/browser/ui/views/frame/browser_view.h
|
| +++ b/chrome/browser/ui/views/frame/browser_view.h
|
| @@ -308,8 +308,9 @@ class BrowserView : public BrowserWindow,
|
| Profile* profile) override;
|
| void ShowUpdateChromeDialog() override;
|
| void ShowBookmarkBubble(const GURL& url, bool already_bookmarked) override;
|
| - void ShowBookmarkAppBubble(const WebApplicationInfo& web_app_info,
|
| - const std::string& extension_id) override;
|
| + void ShowBookmarkAppBubble(
|
| + const WebApplicationInfo& web_app_info,
|
| + const ShowBookmarkAppBubbleCallback& callback) override;
|
| void ShowTranslateBubble(content::WebContents* contents,
|
| translate::TranslateStep step,
|
| translate::TranslateErrors::Type error_type,
|
|
|