| Index: chrome/browser/gtk/bookmark_editor_gtk.h
|
| ===================================================================
|
| --- chrome/browser/gtk/bookmark_editor_gtk.h (revision 66194)
|
| +++ chrome/browser/gtk/bookmark_editor_gtk.h (working copy)
|
| @@ -9,7 +9,6 @@
|
| #include "app/gtk_integers.h"
|
| #include "app/gtk_signal.h"
|
| #include "base/gtest_prod_util.h"
|
| -#include "base/scoped_ptr.h"
|
| #include "base/string16.h"
|
| #include "chrome/browser/bookmarks/bookmark_editor.h"
|
| #include "chrome/browser/bookmarks/bookmark_model_observer.h"
|
| @@ -17,7 +16,6 @@
|
| class GURL;
|
|
|
| typedef union _GdkEvent GdkEvent;
|
| -typedef struct _GdkEventButton GdkEventButton;
|
| typedef struct _GtkTreeIter GtkTreeIter;
|
| typedef struct _GtkTreeSelection GtkTreeSelection;
|
| typedef struct _GtkTreeStore GtkTreeStore;
|
| @@ -49,9 +47,6 @@
|
| void Close();
|
|
|
| private:
|
| - class ContextMenuController;
|
| - friend class ContextMenuController;
|
| -
|
| void Init(GtkWindow* parent_window);
|
|
|
| // BookmarkModel observer methods. Any structural change results in
|
| @@ -109,13 +104,6 @@
|
|
|
| CHROMEGTK_CALLBACK_0(BookmarkEditorGtk, void, OnNewFolderClicked);
|
|
|
| - CHROMEGTK_CALLBACK_1(BookmarkEditorGtk, gboolean, OnTreeViewButtonPressEvent,
|
| - GdkEventButton*);
|
| -
|
| - void ShowContextMenu();
|
| -
|
| - void NewFolder();
|
| -
|
| // Profile the entry is from.
|
| Profile* profile_;
|
|
|
| @@ -153,9 +141,6 @@
|
| // Is the tree shown?
|
| bool show_tree_;
|
|
|
| - // The context menu controller.
|
| - scoped_ptr<ContextMenuController> menu_controller_;
|
| -
|
| DISALLOW_COPY_AND_ASSIGN(BookmarkEditorGtk);
|
| };
|
|
|
|
|