Chromium Code Reviews| Index: third_party/WebKit/Source/core/html/forms/InputType.cpp |
| diff --git a/third_party/WebKit/Source/core/html/forms/InputType.cpp b/third_party/WebKit/Source/core/html/forms/InputType.cpp |
| index ebd6b063070d5def7a87c8ed0fe7077e7aaa6710..cfac7afd58bdd88fbabea61fe89b57e6035ee2d4 100644 |
| --- a/third_party/WebKit/Source/core/html/forms/InputType.cpp |
| +++ b/third_party/WebKit/Source/core/html/forms/InputType.cpp |
| @@ -503,6 +503,10 @@ void InputType::setFiles(FileList*) |
| { |
| } |
| +void InputType::setFilesFromPaths(Vector<String> paths) |
| +{ |
| +} |
| + |
| bool InputType::getTypeSpecificValue(String&) |
| { |
| return false; |