| Index: chrome/browser/cocoa/status_bubble_mac.h
|
| ===================================================================
|
| --- chrome/browser/cocoa/status_bubble_mac.h (revision 46223)
|
| +++ chrome/browser/cocoa/status_bubble_mac.h (working copy)
|
| @@ -38,6 +38,7 @@
|
| virtual void Hide();
|
| virtual void MouseMoved(const gfx::Point& location, bool left_content);
|
| virtual void UpdateDownloadShelfVisibility(bool visible);
|
| + virtual void SetBubbleWidth(int width);
|
|
|
| // Mac-specific method: Update the size and position of the status bubble to
|
| // match the parent window. Safe to call even when the status bubble does not
|
|
|