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

Side by Side Diff: chrome/browser/ui/gtk/bookmarks/bookmark_menu_controller_gtk.h

Issue 12036003: Move window_open_disposition.h from webkit/ into ui/base. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix win Created 7 years, 11 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2011 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef CHROME_BROWSER_UI_GTK_BOOKMARKS_BOOKMARK_MENU_CONTROLLER_GTK_H_ 5 #ifndef CHROME_BROWSER_UI_GTK_BOOKMARKS_BOOKMARK_MENU_CONTROLLER_GTK_H_
6 #define CHROME_BROWSER_UI_GTK_BOOKMARKS_BOOKMARK_MENU_CONTROLLER_GTK_H_ 6 #define CHROME_BROWSER_UI_GTK_BOOKMARKS_BOOKMARK_MENU_CONTROLLER_GTK_H_
7 7
8 #include <map> 8 #include <map>
9 9
10 #include "base/compiler_specific.h" 10 #include "base/compiler_specific.h"
11 #include "base/memory/scoped_ptr.h" 11 #include "base/memory/scoped_ptr.h"
12 #include "chrome/browser/bookmarks/base_bookmark_model_observer.h" 12 #include "chrome/browser/bookmarks/base_bookmark_model_observer.h"
13 #include "chrome/browser/ui/bookmarks/bookmark_context_menu_controller.h" 13 #include "chrome/browser/ui/bookmarks/bookmark_context_menu_controller.h"
14 #include "ui/base/glib/glib_integers.h" 14 #include "ui/base/glib/glib_integers.h"
15 #include "ui/base/gtk/gtk_signal.h" 15 #include "ui/base/gtk/gtk_signal.h"
16 #include "ui/base/gtk/gtk_signal_registrar.h" 16 #include "ui/base/gtk/gtk_signal_registrar.h"
17 #include "ui/base/gtk/owned_widget_gtk.h" 17 #include "ui/base/gtk/owned_widget_gtk.h"
18 #include "webkit/glue/window_open_disposition.h" 18 #include "ui/base/window_open_disposition.h"
19 19
20 class Browser; 20 class Browser;
21 class BookmarkModel; 21 class BookmarkModel;
22 class BookmarkNode; 22 class BookmarkNode;
23 class MenuGtk; 23 class MenuGtk;
24 24
25 namespace content { 25 namespace content {
26 class PageNavigator; 26 class PageNavigator;
27 } 27 }
28 28
(...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after
135 // The controller and view for the right click context menu. 135 // The controller and view for the right click context menu.
136 scoped_ptr<BookmarkContextMenuController> context_menu_controller_; 136 scoped_ptr<BookmarkContextMenuController> context_menu_controller_;
137 scoped_ptr<MenuGtk> context_menu_; 137 scoped_ptr<MenuGtk> context_menu_;
138 138
139 ui::GtkSignalRegistrar signals_; 139 ui::GtkSignalRegistrar signals_;
140 140
141 DISALLOW_COPY_AND_ASSIGN(BookmarkMenuController); 141 DISALLOW_COPY_AND_ASSIGN(BookmarkMenuController);
142 }; 142 };
143 143
144 #endif // CHROME_BROWSER_UI_GTK_BOOKMARKS_BOOKMARK_MENU_CONTROLLER_GTK_H_ 144 #endif // CHROME_BROWSER_UI_GTK_BOOKMARKS_BOOKMARK_MENU_CONTROLLER_GTK_H_
OLDNEW
« no previous file with comments | « chrome/browser/ui/extensions/application_launch.h ('k') | chrome/browser/ui/gtk/bookmarks/bookmark_menu_controller_gtk.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698