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

Unified Diff: chrome/browser/ui/browser_dialogs.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/browser_dialogs.h
diff --git a/chrome/browser/ui/browser_dialogs.h b/chrome/browser/ui/browser_dialogs.h
index c3c45386b2a9070b1a76421ab83c70473f3258c8..194a8ce202391f40660184871904f3d79f234ea1 100644
--- a/chrome/browser/ui/browser_dialogs.h
+++ b/chrome/browser/ui/browser_dialogs.h
@@ -16,6 +16,10 @@ class LoginHandler;
class Profile;
class SkBitmap;
+namespace bookmarks {
+class BookmarkBubbleObserver;
+}
+
namespace content {
class BrowserContext;
class ColorChooser;
@@ -95,6 +99,13 @@ void ShowWebsiteSettingsBubbleViewsAtPoint(const gfx::Point& anchor_point,
const GURL& url,
const content::SSLStatus& ssl);
+void ShowBookmarkBubbleViewsAtPoint(const gfx::Point& anchor_point,
+ gfx::NativeView parent,
+ bookmarks::BookmarkBubbleObserver* observer,
+ Browser* browser,
+ const GURL& url,
+ bool newly_bookmarked);
+
#endif // OS_MACOSX
#if defined(TOOLKIT_VIEWS)
« no previous file with comments | « chrome/browser/ui/bookmarks/bookmark_bubble_observer.h ('k') | chrome/browser/ui/cocoa/bookmarks/bookmark_bubble_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698