| Index: chrome/browser/gtk/status_bubble_gtk.h
|
| ===================================================================
|
| --- chrome/browser/gtk/status_bubble_gtk.h (revision 19035)
|
| +++ chrome/browser/gtk/status_bubble_gtk.h (working copy)
|
| @@ -36,6 +36,8 @@
|
| // the download shelf, when it is visible.
|
| virtual void UpdateDownloadShelfVisibility(bool visible) { }
|
|
|
| + virtual void SetBubbleWidth(int width) { }
|
| +
|
| void SetStatus(const std::string& status_utf8);
|
|
|
| // Top of the widget hierarchy for a StatusBubble. This top level widget is
|
|
|