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 de510a099ca0bd10afb2b5b611aa692095c2fc76..bbbab418395739be713a76610d6ebe8065ecf8d3 100644 |
--- a/chrome/browser/ui/views/frame/browser_view.h |
+++ b/chrome/browser/ui/views/frame/browser_view.h |
@@ -129,6 +129,10 @@ class BrowserView : public BrowserWindow, |
// bubbles it creates will be associated with a single visible tab. |
void InitPermissionBubbleView(); |
+ // 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 UpdatePermissionBubbleViewAnchor(); |
+ |
// 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 |