| Index: chrome/browser/gtk/location_bar_view_gtk.h
|
| ===================================================================
|
| --- chrome/browser/gtk/location_bar_view_gtk.h (revision 29508)
|
| +++ chrome/browser/gtk/location_bar_view_gtk.h (working copy)
|
| @@ -120,9 +120,6 @@
|
| private:
|
| static gboolean OnButtonPressed(GtkWidget* sender, GdkEventButton* event,
|
| PageActionViewGtk* page_action_view);
|
| - static gboolean OnExposeEvent(GtkWidget* widget,
|
| - GdkEventExpose* event,
|
| - PageActionViewGtk* page_action_view);
|
|
|
| // The location bar view that owns us.
|
| LocationBarViewGtk* owner_;
|
| @@ -159,7 +156,6 @@
|
|
|
| DISALLOW_COPY_AND_ASSIGN(PageActionViewGtk);
|
| };
|
| - friend class PageActionViewGtk;
|
|
|
| static gboolean HandleExposeThunk(GtkWidget* widget, GdkEventExpose* event,
|
| gpointer userdata) {
|
|
|