Chromium Code Reviews| Index: chrome/browser/gtk/status_bubble_gtk.cc |
| =================================================================== |
| --- chrome/browser/gtk/status_bubble_gtk.cc (revision 46223) |
| +++ chrome/browser/gtk/status_bubble_gtk.cc (working copy) |
| @@ -210,6 +210,10 @@ |
| download_shelf_is_visible_ = visible; |
| } |
| +void StatusBubbleGtk::SetBubbleWidth(int width) { |
| + NOTIMPLEMENTED(); |
| +} |
| + |
| void StatusBubbleGtk::Observe(NotificationType type, |
| const NotificationSource& source, |
| const NotificationDetails& details) { |