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

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

Issue 2565283002: 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
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 {

Powered by Google App Engine
This is Rietveld 408576698