From 3a6a3b65dff7f8c4544fe9ad0fbf600a3779633e Mon Sep 17 00:00:00 2001 From: "mirandac@chromium.org" Date: Wed, 27 May 2009 21:36:20 +0000 Subject: This fixes the problem of the status bubble obscuring the download shelf. BUG= http://crbug.com/6590 TEST=Cause the download shelf to appear by initiating a download. Hover over a link in the extreme lower left corner of the browser window. The status bubble should avoid your mouse by moving to the right, instead of moving down and obscuring the download shelf. Review URL: http://codereview.chromium.org/113671 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17025 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/browser/cocoa/status_bubble_mac.mm | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'chrome/browser/cocoa/status_bubble_mac.mm') diff --git a/chrome/browser/cocoa/status_bubble_mac.mm b/chrome/browser/cocoa/status_bubble_mac.mm index eeb82d1..160b086 100644 --- a/chrome/browser/cocoa/status_bubble_mac.mm +++ b/chrome/browser/cocoa/status_bubble_mac.mm @@ -188,6 +188,10 @@ void StatusBubbleMac::MouseMoved() { } } +void StatusBubbleMac::UpdateDownloadShelfVisibility(bool visible) { + NOTIMPLEMENTED(); +} + void StatusBubbleMac::Create() { if (window_) return; -- cgit v1.1