Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(680)

Unified Diff: chrome/browser/ui/gtk/omnibox/omnibox_popup_view_gtk.h

Issue 23257002: gtk: Fix use after free (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 0U Created 7 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/ui/gtk/omnibox/omnibox_popup_view_gtk.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/gtk/omnibox/omnibox_popup_view_gtk.h
diff --git a/chrome/browser/ui/gtk/omnibox/omnibox_popup_view_gtk.h b/chrome/browser/ui/gtk/omnibox/omnibox_popup_view_gtk.h
index 0b6d4b2889ee4d2dfcfe9d58f24c986e41bb57e5..fcb6611d66fba2a7e8c02c7cfdc6e2c32c666629 100644
--- a/chrome/browser/ui/gtk/omnibox/omnibox_popup_view_gtk.h
+++ b/chrome/browser/ui/gtk/omnibox/omnibox_popup_view_gtk.h
@@ -31,10 +31,6 @@ namespace gfx {
class Image;
}
-namespace ui {
-class GtkSignalRegistrar;
-}
-
class OmniboxPopupViewGtk : public OmniboxPopupView,
public content::NotificationObserver {
public:
@@ -104,7 +100,6 @@ class OmniboxPopupViewGtk : public OmniboxPopupView,
CHROMEGTK_CALLBACK_1(OmniboxPopupViewGtk, gboolean, HandleExpose,
GdkEventExpose*);
- scoped_ptr<ui::GtkSignalRegistrar> signal_registrar_;
scoped_ptr<OmniboxPopupModel> model_;
OmniboxView* omnibox_view_;
GtkWidget* location_bar_;
« no previous file with comments | « no previous file | chrome/browser/ui/gtk/omnibox/omnibox_popup_view_gtk.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698