| Index: chrome/browser/cocoa/status_bubble_mac.h
|
| diff --git a/chrome/browser/cocoa/status_bubble_mac.h b/chrome/browser/cocoa/status_bubble_mac.h
|
| index f110b1d3f5a02b2a255706acc88941ea8fb6f130..8d33f04553d1de1d9e436600d5a874575cf17f21 100644
|
| --- a/chrome/browser/cocoa/status_bubble_mac.h
|
| +++ b/chrome/browser/cocoa/status_bubble_mac.h
|
| @@ -36,7 +36,7 @@ class StatusBubbleMac : public StatusBubble {
|
| virtual void SetStatus(const std::wstring& status);
|
| virtual void SetURL(const GURL& url, const std::wstring& languages);
|
| virtual void Hide();
|
| - virtual void MouseMoved();
|
| + virtual void MouseMoved(const gfx::Point& location, bool left_content);
|
| virtual void UpdateDownloadShelfVisibility(bool visible);
|
|
|
| // Mac-specific method: Update the size and position of the status bubble to
|
|
|