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

Unified Diff: third_party/WebKit/Source/core/html/HTMLInputElement.h

Issue 2098703003: DevTools: protocol setting files properly handles mimetypes and directories. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Refactor to FileInputType, add test Created 4 years, 6 months 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: third_party/WebKit/Source/core/html/HTMLInputElement.h
diff --git a/third_party/WebKit/Source/core/html/HTMLInputElement.h b/third_party/WebKit/Source/core/html/HTMLInputElement.h
index 0b0c7faa50c1a7d722ec84a925ac86118cec6528..42dafa64b187b0a408fb94759b4a735e53b342a7 100644
--- a/third_party/WebKit/Source/core/html/HTMLInputElement.h
+++ b/third_party/WebKit/Source/core/html/HTMLInputElement.h
@@ -186,6 +186,8 @@ public:
FileList* files();
void setFiles(FileList*);
+ void setFilesFromPaths(Vector<String>);
dgozman 2016/06/27 21:07:02 const Vector<String>&
einbinder 2016/06/27 22:41:01 Done.
+
// Returns true if the given DragData has more than one dropped files.
bool receiveDroppedFiles(const DragData*);

Powered by Google App Engine
This is Rietveld 408576698