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

Side by Side Diff: chrome/browser/bookmarks/bookmark_editor.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
OLDNEW
1 // Copyright (c) 2009 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2009 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_EDITOR_H_ 5 #ifndef CHROME_BROWSER_BOOKMARKS_BOOKMARK_EDITOR_H_
6 #define CHROME_BROWSER_BOOKMARKS_BOOKMARK_EDITOR_H_ 6 #define CHROME_BROWSER_BOOKMARKS_BOOKMARK_EDITOR_H_
7 7
8 #include "base/gfx/native_widget_types.h" 8 #include "app/gfx/native_widget_types.h"
9 9
10 class BookmarkNode; 10 class BookmarkNode;
11 class Profile; 11 class Profile;
12 12
13 // Small, cross platform interface that shows the correct platform specific 13 // Small, cross platform interface that shows the correct platform specific
14 // bookmark editor dialog. 14 // bookmark editor dialog.
15 class BookmarkEditor { 15 class BookmarkEditor {
16 public: 16 public:
17 // Handler is notified when the BookmarkEditor creates a new bookmark. 17 // Handler is notified when the BookmarkEditor creates a new bookmark.
18 // Handler is owned by the BookmarkEditor and deleted when it is deleted. 18 // Handler is owned by the BookmarkEditor and deleted when it is deleted.
(...skipping 21 matching lines...) Expand all
40 // null. See description of Handler for details. 40 // null. See description of Handler for details.
41 static void Show(gfx::NativeView parent_window, 41 static void Show(gfx::NativeView parent_window,
42 Profile* profile, 42 Profile* profile,
43 const BookmarkNode* parent, 43 const BookmarkNode* parent,
44 const BookmarkNode* node, 44 const BookmarkNode* node,
45 Configuration configuration, 45 Configuration configuration,
46 Handler* handler); 46 Handler* handler);
47 }; 47 };
48 48
49 #endif // CHROME_BROWSER_BOOKMARKS_BOOKMARK_EDITOR_H_ 49 #endif // CHROME_BROWSER_BOOKMARKS_BOOKMARK_EDITOR_H_
OLDNEW
« no previous file with comments | « chrome/browser/bookmarks/bookmark_drop_info.h ('k') | chrome/browser/bookmarks/bookmark_utils.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698