| Index: chrome/browser/ui/views/status_bubble_views.h
|
| diff --git a/chrome/browser/ui/views/status_bubble_views.h b/chrome/browser/ui/views/status_bubble_views.h
|
| index a18136c4fe68da2035dac1da7ed1168aa6471a03..e72b1829afed5bf3681b5ccf2ad52d09ff6067ae 100644
|
| --- a/chrome/browser/ui/views/status_bubble_views.h
|
| +++ b/chrome/browser/ui/views/status_bubble_views.h
|
| @@ -48,15 +48,13 @@ class StatusBubbleViews : public StatusBubble {
|
| // the font and kTotalVerticalPadding.
|
| gfx::Size GetPreferredSize();
|
|
|
| - // Calculate and set new position for status bubble.
|
| - void Reposition();
|
| -
|
| // Set bubble to new width.
|
| void SetBubbleWidth(int width);
|
|
|
| // Overridden from StatusBubble:
|
| void SetStatus(const base::string16& status) override;
|
| void SetURL(const GURL& url) override;
|
| + void Reposition() override;
|
| void Hide() override;
|
| void MouseMoved(const gfx::Point& location, bool left_content) override;
|
| void UpdateDownloadShelfVisibility(bool visible) override;
|
|
|