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

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

Issue 9757001: Support custom drag-and-drop of bookmarks in Aura (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Attempt to fix win aura linker error 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_delegate.h
diff --git a/chrome/browser/ui/views/tab_contents/native_tab_contents_view_delegate.h b/chrome/browser/ui/views/tab_contents/native_tab_contents_view_delegate.h
index f1f6c201634fbd40b0043c5d4a866f8b6e0c2a18..54f57fbf97ababada5bc55f7282fcaf35fe7b660 100644
--- a/chrome/browser/ui/views/tab_contents/native_tab_contents_view_delegate.h
+++ b/chrome/browser/ui/views/tab_contents/native_tab_contents_view_delegate.h
@@ -8,6 +8,7 @@
namespace content {
class WebContents;
+class WebDragDestDelegate;
}
namespace gfx {
class Size;
@@ -43,6 +44,8 @@ class NativeTabContentsViewDelegate {
virtual void OnNativeTabContentsViewDraggingEnded() = 0;
virtual views::internal::NativeWidgetDelegate* AsNativeWidgetDelegate() = 0;
+
+ virtual content::WebDragDestDelegate* GetDragDestDelegate() = 0;
};
} // namespace internal

Powered by Google App Engine
This is Rietveld 408576698