| Index: chrome/browser/gtk/bookmark_bubble_gtk.h
|
| ===================================================================
|
| --- chrome/browser/gtk/bookmark_bubble_gtk.h (revision 22239)
|
| +++ chrome/browser/gtk/bookmark_bubble_gtk.h (working copy)
|
| @@ -126,6 +126,9 @@
|
| // when the widget is destroyed (when the InfoBubble is destroyed).
|
| GtkWidget* content_;
|
|
|
| + // The button that removes the bookmark.
|
| + GtkWidget* remove_button_;
|
| +
|
| // The various labels in the interface. We keep track of them for theme
|
| // changes.
|
| std::vector<GtkWidget*> labels_;
|
|
|