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

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..10bd762b2a9e9c7eb34f5ada4a0fecf6cc1e2a4c 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;
+ base::string16 filesystem_id;
hashimoto 2016/12/12 05:55:39 IIUC a filesystem ID is an always ASCII string. Wh
kinuko 2016/12/12 08:03:35 Looks like just using string is fine. We can use
hirono 2016/12/13 08:12:12 Thank you for the explanation. Done!
};
enum class Kind {

Powered by Google App Engine
This is Rietveld 408576698