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

Unified Diff: chrome/browser/ui/views/frame/browser_view.cc

Issue 899443002: Create bookmark apps at the end of the process. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Feedback Created 5 years, 10 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/views/frame/browser_view.h ('k') | chrome/common/web_application_info.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/views/frame/browser_view.cc
diff --git a/chrome/browser/ui/views/frame/browser_view.cc b/chrome/browser/ui/views/frame/browser_view.cc
index f1668c325d00f8403d9dbc40e697bec520558730..30bfc7d844423536920581f270145441da8984da 100644
--- a/chrome/browser/ui/views/frame/browser_view.cc
+++ b/chrome/browser/ui/views/frame/browser_view.cc
@@ -1234,11 +1234,8 @@ void BrowserView::ShowBookmarkBubble(const GURL& url, bool already_bookmarked) {
void BrowserView::ShowBookmarkAppBubble(
const WebApplicationInfo& web_app_info,
- const std::string& extension_id) {
- BookmarkAppBubbleView::ShowBubble(GetToolbarView(),
- browser_->profile(),
- web_app_info,
- extension_id);
+ const ShowBookmarkAppBubbleCallback& callback) {
+ BookmarkAppBubbleView::ShowBubble(GetToolbarView(), web_app_info, callback);
}
void BrowserView::ShowTranslateBubble(
« no previous file with comments | « chrome/browser/ui/views/frame/browser_view.h ('k') | chrome/common/web_application_info.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698