Index: chrome/browser/ui/views/frame/browser_view.h |
diff --git a/chrome/browser/ui/views/frame/browser_view.h b/chrome/browser/ui/views/frame/browser_view.h |
index a85e479bd12b18442391c6724220b1c8e7c614dd..083b38e6ca06458455e1eb9cb88fa894eca99ca9 100644 |
--- a/chrome/browser/ui/views/frame/browser_view.h |
+++ b/chrome/browser/ui/views/frame/browser_view.h |
@@ -125,6 +125,11 @@ class BrowserView : public BrowserWindow, |
// bubbles it creates will be associated with a single visible tab. |
void InitPermissionBubbleView(); |
+ // Updates the permission bubble view's anchor. It's necessary to update the |
+ // bubble view so that it is in the correct location the next time it needs to |
+ // be shown. |
+ void UpdatePermissionBubbleView(); |
felt
2015/03/03 01:04:35
Should this be renamed something more literal, lik
hcarmona
2015/03/06 23:24:16
Done.
|
+ |
// Returns the apparent bounds of the toolbar, in BrowserView coordinates. |
// These differ from |toolbar_.bounds()| in that they match where the toolbar |
// background image is drawn -- slightly outside the "true" bounds |