Index: chrome/browser/ui/browser.h |
diff --git a/chrome/browser/ui/browser.h b/chrome/browser/ui/browser.h |
index 693e84d96148a486101ae1a1e7ed6401e516c791..377dc2d2ea7f22e704e3996337fa40a177ead8d2 100644 |
--- a/chrome/browser/ui/browser.h |
+++ b/chrome/browser/ui/browser.h |
@@ -397,6 +397,8 @@ class Browser : public TabStripModelObserver, |
void UpdateDownloadShelfVisibility(bool visible); |
+ void UpdateStatusBubblePosition(); |
+ |
///////////////////////////////////////////////////////////////////////////// |
// Called by chrome::Navigate() when a navigation has occurred in a tab in |