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

Unified Diff: chrome/browser/ui/views/browser_dialogs.h

Issue 18603006: Bookmark sync promo for Views. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Common layout constants Created 7 years, 5 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/browser_dialogs.h
diff --git a/chrome/browser/ui/views/browser_dialogs.h b/chrome/browser/ui/views/browser_dialogs.h
index b3486f171e82103b05efe2ed554df8d7d22ec0b0..9252dee3cfc061cb888c8eec3309dde212b13083 100644
--- a/chrome/browser/ui/views/browser_dialogs.h
+++ b/chrome/browser/ui/views/browser_dialogs.h
@@ -14,6 +14,7 @@
// TODO: Make as many of these methods as possible cross platform, and move them
// into chrome/browser/ui/browser_dialogs.h.
+class BookmarkBubbleDelegate;
class BookmarkBubbleViewObserver;
class Browser;
class BrowserView;
@@ -34,8 +35,10 @@ class View;
namespace chrome {
// Shows or hides the bookmark bubble anchored to the supplied view.
+// |delegate| will be owned by the bookmark bubble.
void ShowBookmarkBubbleView(views::View* anchor_view,
BookmarkBubbleViewObserver* observer,
+ BookmarkBubbleDelegate* delegate,
Profile* profile,
const GURL& url,
bool newly_bookmarked);

Powered by Google App Engine
This is Rietveld 408576698