summaryrefslogtreecommitdiffstats
path: root/chrome/browser/bookmarks/bookmark_pasteboard_helper_mac.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/bookmarks/bookmark_pasteboard_helper_mac.h')
-rw-r--r--chrome/browser/bookmarks/bookmark_pasteboard_helper_mac.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/chrome/browser/bookmarks/bookmark_pasteboard_helper_mac.h b/chrome/browser/bookmarks/bookmark_pasteboard_helper_mac.h
index 98fe3e1..d5d7797 100644
--- a/chrome/browser/bookmarks/bookmark_pasteboard_helper_mac.h
+++ b/chrome/browser/bookmarks/bookmark_pasteboard_helper_mac.h
@@ -7,13 +7,9 @@
#include "base/file_path.h"
#include "chrome/browser/bookmarks/bookmark_node_data.h"
-#include "ui/gfx/native_widget_types.h"
#if defined(__OBJC__)
-@class NSImage;
@class NSString;
-#else // __OBJC__
-class NSImage;
#endif // __OBJC__
// This set of functions lets C++ code interact with the cocoa pasteboard
@@ -40,14 +36,6 @@ bool ReadFromPasteboard(PasteboardType type,
// valid bookmark.
bool PasteboardContainsBookmarks(PasteboardType type);
-// Returns a drag image for a bookmark.
-NSImage* DragImageForBookmark(NSImage* favicon, const string16& title);
-
-// Copies the bookmark nodes to the dragging pasteboard and initiates a
-// drag from the specified view. |view| must be a |TabContentsViewCocoa*|.
-void StartDrag(Profile* profile, const std::vector<const BookmarkNode*>& nodes,
- gfx::NativeView view);
-
} // namespace bookmark_pasteboard_helper_mac
#if defined(__OBJC__)