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

Unified Diff: content/browser/web_contents/web_contents_view_win.cc

Issue 10310056: Implement WebContentsViewWin::GetDropData() (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
« no previous file with comments | « no previous file | content/browser/web_contents/web_drag_dest_win.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/web_contents/web_contents_view_win.cc
diff --git a/content/browser/web_contents/web_contents_view_win.cc b/content/browser/web_contents/web_contents_view_win.cc
index 1c77178f7372cdb98b263e302df84df067f4b7c4..4caa39fecb51add9b665ce3d535aed4b160dcd83 100644
--- a/content/browser/web_contents/web_contents_view_win.cc
+++ b/content/browser/web_contents/web_contents_view_win.cc
@@ -212,7 +212,7 @@ void WebContentsViewWin::CancelDragAndCloseTab() {
}
WebDropData* WebContentsViewWin::GetDropData() const {
- return NULL;
+ return drag_dest_->current_drop_data();
}
bool WebContentsViewWin::IsEventTracking() const {
« no previous file with comments | « no previous file | content/browser/web_contents/web_drag_dest_win.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698