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

Unified Diff: content/public/common/drop_data.cc

Issue 1723763002: Add WebDragData to blink::WebView::dragtargetDrop (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Send "meta data" of dropData in DragEnter Created 4 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: content/public/common/drop_data.cc
diff --git a/content/public/common/drop_data.cc b/content/public/common/drop_data.cc
index 5f9466b39bf33f4f64f7cb80ebe29785db56e719..2e3427c5f47785843c6c8c8599cc8f91a53e54ba 100644
--- a/content/public/common/drop_data.cc
+++ b/content/public/common/drop_data.cc
@@ -8,6 +8,7 @@ namespace content {
DropData::DropData()
: did_originate_from_renderer(false),
+ has_url(false),
referrer_policy(blink::WebReferrerPolicyDefault) {}
DropData::~DropData() {

Powered by Google App Engine
This is Rietveld 408576698