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

Unified Diff: content/browser/web_contents/web_contents_view_aura.h

Issue 10386014: Implement WebContentsView::GetDropData for Mac; disable on Aura (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 7 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: content/browser/web_contents/web_contents_view_aura.h
diff --git a/content/browser/web_contents/web_contents_view_aura.h b/content/browser/web_contents/web_contents_view_aura.h
index 94c29164c87878ddbabfc8503e016384117b5cfa..5fc50157552567e5001a80be245598b2cbcac735 100644
--- a/content/browser/web_contents/web_contents_view_aura.h
+++ b/content/browser/web_contents/web_contents_view_aura.h
@@ -138,6 +138,10 @@ class CONTENT_EXPORT WebContentsViewAura
content::WebDragDestDelegate* drag_dest_delegate_;
+ // Contains the drop data for any current incoming dragdrop operation. NULL if
+ // no such operation is in progress.
+ scoped_ptr<WebDropData> current_incoming_drop_data_;
+
DISALLOW_COPY_AND_ASSIGN(WebContentsViewAura);
};

Powered by Google App Engine
This is Rietveld 408576698