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

Unified Diff: third_party/WebKit/Source/core/html/forms/FileInputType.h

Issue 2119863003: Revert of DevTools: protocol setting files properly handles mimetypes and directories. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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/forms/FileInputType.h
diff --git a/third_party/WebKit/Source/core/html/forms/FileInputType.h b/third_party/WebKit/Source/core/html/forms/FileInputType.h
index 786d5c620af8f98ebbdfeca2a940229e276122c3..7c711812e6111f42928fe60c7f2f4fa05fd3cb03 100644
--- a/third_party/WebKit/Source/core/html/forms/FileInputType.h
+++ b/third_party/WebKit/Source/core/html/forms/FileInputType.h
@@ -58,8 +58,6 @@
void countUsage() override;
- void setFilesFromPaths(const Vector<String>&) override;
-
private:
FileInputType(HTMLInputElement&);
InputTypeView* createView() override;
@@ -87,7 +85,7 @@
// FileChooserClient implementation.
void filesChosen(const Vector<FileChooserFileInfo>&) override;
- void setFilesFromDirectory(const String&);
+ void receiveDropForDirectoryUpload(const Vector<String>&);
Member<FileList> m_fileList;
String m_droppedFileSystemId;
« no previous file with comments | « third_party/WebKit/Source/core/html/HTMLInputElement.cpp ('k') | third_party/WebKit/Source/core/html/forms/FileInputType.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698