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

Side by Side Diff: chrome/browser/gtk/bookmark_context_menu_gtk.h

Issue 273017: Move native_widget_types and gtk_native_view_id_manager from base/gfx to... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 2 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
« no previous file with comments | « chrome/browser/gears_integration.h ('k') | chrome/browser/gtk/download_shelf_gtk.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2006-2008 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2006-2008 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_GTK_BOOKMARK_CONTEXT_MENU_H_ 5 #ifndef CHROME_BROWSER_GTK_BOOKMARK_CONTEXT_MENU_H_
6 #define CHROME_BROWSER_GTK_BOOKMARK_CONTEXT_MENU_H_ 6 #define CHROME_BROWSER_GTK_BOOKMARK_CONTEXT_MENU_H_
7 7
8 #include <vector> 8 #include <vector>
9 9
10 #include "app/gfx/native_widget_types.h"
10 #include "base/basictypes.h" 11 #include "base/basictypes.h"
11 #include "base/gfx/native_widget_types.h"
12 #include "base/scoped_ptr.h" 12 #include "base/scoped_ptr.h"
13 #include "chrome/browser/bookmarks/bookmark_model_observer.h" 13 #include "chrome/browser/bookmarks/bookmark_model_observer.h"
14 #include "chrome/browser/gtk/menu_gtk.h" 14 #include "chrome/browser/gtk/menu_gtk.h"
15 15
16 class Browser; 16 class Browser;
17 class PageNavigator; 17 class PageNavigator;
18 class Profile; 18 class Profile;
19 19
20 // BookmarkContextMenu manages the context menu shown for the 20 // BookmarkContextMenu manages the context menu shown for the
21 // bookmark bar, items on the bookmark bar, submenus of the bookmark bar and 21 // bookmark bar, items on the bookmark bar, submenus of the bookmark bar and
(...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after
132 std::vector<const BookmarkNode*> selection_; 132 std::vector<const BookmarkNode*> selection_;
133 BookmarkModel* model_; 133 BookmarkModel* model_;
134 ConfigurationType configuration_; 134 ConfigurationType configuration_;
135 Delegate* delegate_; 135 Delegate* delegate_;
136 scoped_ptr<MenuGtk> menu_; 136 scoped_ptr<MenuGtk> menu_;
137 137
138 DISALLOW_COPY_AND_ASSIGN(BookmarkContextMenuGtk); 138 DISALLOW_COPY_AND_ASSIGN(BookmarkContextMenuGtk);
139 }; 139 };
140 140
141 #endif // CHROME_BROWSER_GTK_BOOKMARK_CONTEXT_MENU_H_ 141 #endif // CHROME_BROWSER_GTK_BOOKMARK_CONTEXT_MENU_H_
OLDNEW
« no previous file with comments | « chrome/browser/gears_integration.h ('k') | chrome/browser/gtk/download_shelf_gtk.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698