| Index: chrome/browser/status_bubble.h
|
| ===================================================================
|
| --- chrome/browser/status_bubble.h (revision 17014)
|
| +++ chrome/browser/status_bubble.h (working copy)
|
| @@ -39,6 +39,11 @@
|
| // mouse. This may be windows specific pain due to the way messages are
|
| // processed for child HWNDs.
|
| virtual void MouseMoved() = 0;
|
| +
|
| + // Called when the download shelf becomes visible or invisible.
|
| + // This is used by to ensure that the status bubble does not obscure
|
| + // the download shelf, when it is visible.
|
| + virtual void UpdateDownloadShelfVisibility(bool visible) = 0;
|
| };
|
|
|
| #endif // #ifndef CHROME_BROWSER_STATUS_BUBBLE_H_
|
|
|