| Index: content/public/common/drop_data.h
|
| diff --git a/content/public/common/drop_data.h b/content/public/common/drop_data.h
|
| index 74ad79ddd71d1c1d101917889d542de2c841cd1b..a903ffccc9d8ebd530a4c69c47846111cda1cff5 100644
|
| --- a/content/public/common/drop_data.h
|
| +++ b/content/public/common/drop_data.h
|
| @@ -46,7 +46,9 @@ struct CONTENT_EXPORT DropData {
|
| // a download.
|
| blink::WebReferrerPolicy referrer_policy;
|
|
|
| - // User is dropping one or more files on the webview.
|
| + // User is dropping one or more files on the webview. This field is only
|
| + // populated if the drag is not renderer tainted, as this allows File access
|
| + // from web content.
|
| std::vector<FileInfo> filenames;
|
|
|
| // Isolated filesystem ID for the files being dragged on the webview.
|
|
|