diff options
author | estade@chromium.org <estade@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-01 01:51:46 +0000 |
---|---|---|
committer | estade@chromium.org <estade@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-01 01:51:46 +0000 |
commit | 10882030ebab866d6ecb495480b371fbc0536ab7 (patch) | |
tree | 03c7f47bd93557f420680953e8ee98d32ea6b75e /chrome/browser/gtk/bookmark_bubble_gtk.h | |
parent | 46ad7357844bdc3ed4a7fd40d73ad37b56d8c07d (diff) | |
download | chromium_src-10882030ebab866d6ecb495480b371fbc0536ab7.zip chromium_src-10882030ebab866d6ecb495480b371fbc0536ab7.tar.gz chromium_src-10882030ebab866d6ecb495480b371fbc0536ab7.tar.bz2 |
retry r2226, with a fix for a case where we could double free.
Review URL: http://codereview.chromium.org/160495
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@22241 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, 3 insertions, 0 deletions
diff --git a/chrome/browser/gtk/bookmark_bubble_gtk.h b/chrome/browser/gtk/bookmark_bubble_gtk.h index 3b86a6b..a549f18 100644 --- a/chrome/browser/gtk/bookmark_bubble_gtk.h +++ b/chrome/browser/gtk/bookmark_bubble_gtk.h @@ -126,6 +126,9 @@ 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_; |