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

Side by Side Diff: chrome/browser/bookmarks/bookmark_context_menu_controller.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/blocked_popup_container.h ('k') | chrome/browser/bookmarks/bookmark_drop_info.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_BOOKMARKS_BOOKMARK_CONTEXT_MENU_CONTROLLER_H_ 5 #ifndef CHROME_BROWSER_BOOKMARKS_BOOKMARK_CONTEXT_MENU_CONTROLLER_H_
6 #define CHROME_BROWSER_BOOKMARKS_BOOKMARK_CONTEXT_MENU_CONTROLLER_H_ 6 #define CHROME_BROWSER_BOOKMARKS_BOOKMARK_CONTEXT_MENU_CONTROLLER_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 "chrome/browser/bookmarks/bookmark_model.h" 12 #include "chrome/browser/bookmarks/bookmark_model.h"
13 13
14 class Browser; 14 class Browser;
15 class PageNavigator; 15 class PageNavigator;
16 16
17 // An interface implemented by an object that performs actions on the actual 17 // An interface implemented by an object that performs actions on the actual
18 // menu for the controller. 18 // menu for the controller.
19 class BookmarkContextMenuControllerDelegate { 19 class BookmarkContextMenuControllerDelegate {
20 public: 20 public:
21 virtual ~BookmarkContextMenuControllerDelegate() {} 21 virtual ~BookmarkContextMenuControllerDelegate() {}
(...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after
120 PageNavigator* navigator_; 120 PageNavigator* navigator_;
121 const BookmarkNode* parent_; 121 const BookmarkNode* parent_;
122 std::vector<const BookmarkNode*> selection_; 122 std::vector<const BookmarkNode*> selection_;
123 ConfigurationType configuration_; 123 ConfigurationType configuration_;
124 BookmarkModel* model_; 124 BookmarkModel* model_;
125 125
126 DISALLOW_COPY_AND_ASSIGN(BookmarkContextMenuController); 126 DISALLOW_COPY_AND_ASSIGN(BookmarkContextMenuController);
127 }; 127 };
128 128
129 #endif // CHROME_BROWSER_BOOKMARKS_BOOKMARK_CONTEXT_MENU_CONTROLLER_H_ 129 #endif // CHROME_BROWSER_BOOKMARKS_BOOKMARK_CONTEXT_MENU_CONTROLLER_H_
OLDNEW
« no previous file with comments | « chrome/browser/blocked_popup_container.h ('k') | chrome/browser/bookmarks/bookmark_drop_info.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698