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 23:56:22 +0000
committermirandac@chromium.org <mirandac@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-07-02 23:56:22 +0000
commitec94b4aeb47ae695d4fe20af71f2652df577a2cf (patch)
tree810771f044deb87e386d1c9e67b8dc58b4f14798 /chrome/browser/status_bubble.h
parent4871b24189d52dc64c085be4122a3d6aede2102e (diff)
downloadchromium_src-ec94b4aeb47ae695d4fe20af71f2652df577a2cf.zip
chromium_src-ec94b4aeb47ae695d4fe20af71f2652df577a2cf.tar.gz
chromium_src-ec94b4aeb47ae695d4fe20af71f2652df577a2cf.tar.bz2
Revert 19829.
BUG= http://crbug.com/1455 Review URL: http://codereview.chromium.org/149156 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@19861 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/status_bubble.h')
-rw-r--r--chrome/browser/status_bubble.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/chrome/browser/status_bubble.h b/chrome/browser/status_bubble.h
index 446e9c3..f5ecda4 100644
--- a/chrome/browser/status_bubble.h
+++ b/chrome/browser/status_bubble.h
@@ -44,9 +44,6 @@ 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_