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

Unified Diff: chrome/browser/ui/views/tab_contents/native_tab_contents_view_aura.h

Issue 9757001: Support custom drag-and-drop of bookmarks in Aura (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 9 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 side-by-side diff with in-line comments
Download patch
Index: chrome/browser/ui/views/tab_contents/native_tab_contents_view_aura.h
diff --git a/chrome/browser/ui/views/tab_contents/native_tab_contents_view_aura.h b/chrome/browser/ui/views/tab_contents/native_tab_contents_view_aura.h
index 8376b86af27e6bf2b78b148efac4225f17249c5d..a773a7e0890875fba9aa1c24186dd11b4d8602ec 100644
--- a/chrome/browser/ui/views/tab_contents/native_tab_contents_view_aura.h
+++ b/chrome/browser/ui/views/tab_contents/native_tab_contents_view_aura.h
@@ -10,6 +10,8 @@
#include "ui/base/events.h"
#include "ui/views/widget/native_widget_aura.h"
+class WebDragBookmarkHandlerAura;
+
namespace aura {
class DropTargetEvent;
}
@@ -64,6 +66,8 @@ class NativeTabContentsViewAura : public views::NativeWidgetAura,
WebKit::WebDragOperationsMask current_drag_op_;
+ scoped_ptr<WebDragBookmarkHandlerAura> bookmark_handler_;
+
DISALLOW_COPY_AND_ASSIGN(NativeTabContentsViewAura);
};

Powered by Google App Engine
This is Rietveld 408576698