| Index: third_party/WebKit/Source/core/html/forms/InputType.h
|
| diff --git a/third_party/WebKit/Source/core/html/forms/InputType.h b/third_party/WebKit/Source/core/html/forms/InputType.h
|
| index d4ac7731899193425ecffc21aa889e6f48f5b16e..27e57da00872f755c19ea2a79574f0d0aeba8fd0 100644
|
| --- a/third_party/WebKit/Source/core/html/forms/InputType.h
|
| +++ b/third_party/WebKit/Source/core/html/forms/InputType.h
|
| @@ -154,7 +154,6 @@
|
| virtual bool shouldRespectAlignAttribute();
|
| virtual FileList* files();
|
| virtual void setFiles(FileList*);
|
| - virtual void setFilesFromPaths(const Vector<String>&);
|
| // Should return true if the given DragData has more than one dropped files.
|
| virtual bool receiveDroppedFiles(const DragData*);
|
| virtual String droppedFileSystemId();
|
|
|