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

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

Issue 2462983002: INPUT element: code cleanup (Closed)
Patch Set: Created 4 years, 1 month 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 a5b0c441d2cd62929dbe93d788749d7c243ff964..865703e5b21d2ed40b8f29befc1e145faf083ac5 100644
--- a/third_party/WebKit/Source/core/html/forms/FileInputType.h
+++ b/third_party/WebKit/Source/core/html/forms/FileInputType.h
@@ -78,8 +78,7 @@ class CORE_EXPORT FileInputType final : public InputType,
void setFiles(FileList*) override;
ValueMode valueMode() const override;
bool canSetValue(const String&) override;
- // Checked first, before internal storage or the value attribute.
- bool getTypeSpecificValue(String&) override;
+ String valueInFilenameValueMode() const override;
void setValue(const String&,
bool valueChanged,
TextFieldEventBehavior) override;

Powered by Google App Engine
This is Rietveld 408576698