| Index: chrome/browser/ui/cocoa/status_bubble_mac.h
|
| diff --git a/chrome/browser/ui/cocoa/status_bubble_mac.h b/chrome/browser/ui/cocoa/status_bubble_mac.h
|
| index b635974dce458f8b0cd35c055f073e0ef90bd5a6..88dedde19ce1d40034773303cde8b727aaf35f91 100644
|
| --- a/chrome/browser/ui/cocoa/status_bubble_mac.h
|
| +++ b/chrome/browser/ui/cocoa/status_bubble_mac.h
|
| @@ -41,6 +41,7 @@ class StatusBubbleMac : public StatusBubble {
|
| void SetStatus(const base::string16& status) override;
|
| void SetURL(const GURL& url) override;
|
| void Hide() override;
|
| + void Reposition() override;
|
| void MouseMoved(const gfx::Point& location, bool left_content) override;
|
| void UpdateDownloadShelfVisibility(bool visible) override;
|
|
|
|
|