diff options
author | estade@chromium.org <estade@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-01 00:41:52 +0000 |
---|---|---|
committer | estade@chromium.org <estade@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-01 00:41:52 +0000 |
commit | 86fda681791b475fb4da0a16a29c44b69f5ec9bf (patch) | |
tree | 4084d0e20aceab587b1307215abeee3abdb369cd /chrome/browser/gtk/bookmark_bubble_gtk.h | |
parent | ec136c7195d187dabf64e1be5c18bb0aaede9794 (diff) | |
download | chromium_src-86fda681791b475fb4da0a16a29c44b69f5ec9bf.zip chromium_src-86fda681791b475fb4da0a16a29c44b69f5ec9bf.tar.gz chromium_src-86fda681791b475fb4da0a16a29c44b69f5ec9bf.tar.bz2 |
revert 22226 as it caused some ui test crashes
TBR=nsylvain
Review URL: http://codereview.chromium.org/160491
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@22235 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/gtk/bookmark_bubble_gtk.h')
-rw-r--r-- | chrome/browser/gtk/bookmark_bubble_gtk.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/chrome/browser/gtk/bookmark_bubble_gtk.h b/chrome/browser/gtk/bookmark_bubble_gtk.h index a549f18..3b86a6b 100644 --- a/chrome/browser/gtk/bookmark_bubble_gtk.h +++ b/chrome/browser/gtk/bookmark_bubble_gtk.h @@ -126,9 +126,6 @@ class BookmarkBubbleGtk : public InfoBubbleGtkDelegate, // 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_; |