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

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: rebase 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 c3bb9251b7e4d03d6c270c3f5e54127c28460ecc..ee976145b2220c1b16d184418a40194eb358e97b 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(const DropData& other) = default;

Powered by Google App Engine
This is Rietveld 408576698