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

Unified Diff: chrome/browser/ui/chrome_bubble_manager.h

Issue 1292353006: Mac Changes for BubbleManager (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@mcdb-mac-3.gitbr
Patch Set: New upstream 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
« no previous file with comments | « no previous file | chrome/browser/ui/chrome_bubble_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/chrome_bubble_manager.h
diff --git a/chrome/browser/ui/chrome_bubble_manager.h b/chrome/browser/ui/chrome_bubble_manager.h
index bdba710dcd5413c0528b90ab7f8d3c4617499196..789649b1efae11256b4e21b785f3c6179edb2e21 100644
--- a/chrome/browser/ui/chrome_bubble_manager.h
+++ b/chrome/browser/ui/chrome_bubble_manager.h
@@ -27,6 +27,8 @@ class ChromeBubbleManager : public BubbleManager,
void NavigationEntryCommitted(content::WebContents* context,
const content::LoadCommittedDetails& details);
void WebContentsDestroyed(content::WebContents* context);
+ void UpdateAnchorPosition(content::WebContents* context);
+ void UserDismissBubbles(content::WebContents* context);
private:
DISALLOW_COPY_AND_ASSIGN(ChromeBubbleManager);
« no previous file with comments | « no previous file | chrome/browser/ui/chrome_bubble_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698