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

Unified Diff: third_party/WebKit/public/platform/WebDragData.h

Issue 2582463002: Fix webkitGetEntry for non-native files. (Closed)
Patch Set: . Created 4 years 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 | « third_party/WebKit/Source/modules/filesystem/DraggedIsolatedFileSystemImpl.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/public/platform/WebDragData.h
diff --git a/third_party/WebKit/public/platform/WebDragData.h b/third_party/WebKit/public/platform/WebDragData.h
index 623918f86d1b1d6e712bd5baca057bed9e8fff6c..4eb774e08ee8ac3fd5c3bb154f349cecc3dd8576 100644
--- a/third_party/WebKit/public/platform/WebDragData.h
+++ b/third_party/WebKit/public/platform/WebDragData.h
@@ -80,6 +80,7 @@ class WebDragData {
// Only valid when storageType == StorageTypeFileSystemFile.
WebURL fileSystemURL;
long long fileSystemFileSize;
+ WebString fileSystemId;
// Only valid when stringType == "text/html".
WebURL baseURL;
« no previous file with comments | « third_party/WebKit/Source/modules/filesystem/DraggedIsolatedFileSystemImpl.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698