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

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

Issue 1723763002: Add WebDragData to blink::WebView::dragtargetDrop (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add is_valid to dropdata Created 4 years, 10 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 | « content/public/browser/render_view_host.h ('k') | content/public/common/drop_data.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/common/drop_data.h
diff --git a/content/public/common/drop_data.h b/content/public/common/drop_data.h
index e589184b41f2f0442d065e91faf72d7bebff750b..1ecb9754d24f1905c7dd2d628e9163a1b4d0bbcb 100644
--- a/content/public/common/drop_data.h
+++ b/content/public/common/drop_data.h
@@ -38,6 +38,9 @@ struct CONTENT_EXPORT DropData {
// Whether this drag originated from a renderer.
bool did_originate_from_renderer;
+ // Wether this DropData is valid.
aelias_OOO_until_Jul13 2016/03/02 02:53:40 "Whether this DropData has been initialized" might
+ bool is_valid;
+
// User is dragging a link into the webview.
GURL url;
base::string16 url_title; // The title associated with |url|.
« no previous file with comments | « content/public/browser/render_view_host.h ('k') | content/public/common/drop_data.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698