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

Unified Diff: chrome/browser/ui/cocoa/bookmarks/bookmark_bubble_controller.h

Issue 1307533002: [Mac] Enable MacViews bookmark bubble behind --enable-mac-views-dialogs. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@modal
Patch Set: Rebase atop https://codereview.chromium.org/1309583002/ Created 5 years, 4 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/cocoa/bookmarks/bookmark_bubble_controller.h
diff --git a/chrome/browser/ui/cocoa/bookmarks/bookmark_bubble_controller.h b/chrome/browser/ui/cocoa/bookmarks/bookmark_bubble_controller.h
index 1650def8af51cc2f067caa7072dd1dc3709ff31b..973f420a0ca6a0ee76e3d9116ef603748eb63f18 100644
--- a/chrome/browser/ui/cocoa/bookmarks/bookmark_bubble_controller.h
+++ b/chrome/browser/ui/cocoa/bookmarks/bookmark_bubble_controller.h
@@ -13,6 +13,7 @@
@class BookmarkSyncPromoController;
namespace bookmarks {
+class BookmarkBubbleObserver;
class BookmarkModel;
class BookmarkNode;
class ManagedBookmarkService;
@@ -38,6 +39,9 @@ class ManagedBookmarkService;
// Ping me when the bookmark model changes out from under us.
scoped_ptr<BookmarkModelObserverForCocoa> bookmarkObserver_;
+ // Observer when showing a toolkit-views bubble.
+ scoped_ptr<bookmarks::BookmarkBubbleObserver> bookmarkBubbleObserver_;
+
// Sync promo controller, if the sync promo is displayed.
base::scoped_nsobject<BookmarkSyncPromoController> syncPromoController_;
« no previous file with comments | « chrome/browser/ui/browser_dialogs.h ('k') | chrome/browser/ui/cocoa/bookmarks/bookmark_bubble_controller.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698