| 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 d8544e321fa2b687ec31bcf1dfe245ca6f317641..0b0c7faa50c1a7d722ec84a925ac86118cec6528 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLInputElement.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLInputElement.h
|
| @@ -185,8 +185,6 @@
|
|
|
| FileList* files();
|
| void setFiles(FileList*);
|
| -
|
| - void setFilesFromPaths(const Vector<String>&);
|
|
|
| // Returns true if the given DragData has more than one dropped files.
|
| bool receiveDroppedFiles(const DragData*);
|
|
|