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

Unified Diff: content/public/common/drop_data.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 | « content/common/drag_traits.h ('k') | content/renderer/drop_data_builder.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 f131b8145588e5c808fb34fe416c338b935d88e7..a5439b6aeeb2bcb1755ed3aef0154dcc6def5193 100644
--- a/content/public/common/drop_data.h
+++ b/content/public/common/drop_data.h
@@ -31,6 +31,7 @@ struct CONTENT_EXPORT DropData {
GURL url;
int64_t size;
+ std::string filesystem_id;
};
enum class Kind {
« no previous file with comments | « content/common/drag_traits.h ('k') | content/renderer/drop_data_builder.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698