summaryrefslogtreecommitdiffstats
path: root/chrome/browser/status_bubble.h
diff options
context:
space:
mode:
authormirandac@chromium.org <mirandac@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-07-02 19:23:03 +0000
committermirandac@chromium.org <mirandac@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-07-02 19:23:03 +0000
commit955be75d7b55716fd4a1eba787b9311be20b8ab8 (patch)
treebe11a0e3e744ca1e6522126754a6d71dd046cd57 /chrome/browser/status_bubble.h
parent13805a61dfe72b4ed668940ba3a5a18f12f0529c (diff)
downloadchromium_src-955be75d7b55716fd4a1eba787b9311be20b8ab8.zip
chromium_src-955be75d7b55716fd4a1eba787b9311be20b8ab8.tar.gz
chromium_src-955be75d7b55716fd4a1eba787b9311be20b8ab8.tar.bz2
Change status bubble so that it expands to accommodate URL's that are abridged in the standard width.
BUG= http://crbug.com/1455 TEST= Mouse over a link which is abridged in the status bubble. Hover for 2 seconds. Link should expand to show as much as possible without extending out of the view in which it is contained. Review URL: http://codereview.chromium.org/146043 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@19829 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/status_bubble.h')
-rw-r--r--chrome/browser/status_bubble.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/browser/status_bubble.h b/chrome/browser/status_bubble.h
index f5ecda4..446e9c3 100644
--- a/chrome/browser/status_bubble.h
+++ b/chrome/browser/status_bubble.h
@@ -44,6 +44,9 @@ class StatusBubble {
// 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;
+
+ // Allow StatusView animation to set width of StatusBubble.
+ virtual void SetBubbleWidth(int width) = 0;
};
#endif // #ifndef CHROME_BROWSER_STATUS_BUBBLE_H_