summaryrefslogtreecommitdiffstats
path: root/chrome/browser/status_bubble.h
diff options
context:
space:
mode:
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_