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

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

Issue 2424983004: Introduce enum InputType::ValueMode. (Closed)
Patch Set: Created 4 years, 2 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 bc45704511296f5ac33260c9aaad91c6e1e0cb24..a5b0c441d2cd62929dbe93d788749d7c243ff964 100644
--- a/third_party/WebKit/Source/core/html/forms/FileInputType.h
+++ b/third_party/WebKit/Source/core/html/forms/FileInputType.h
@@ -76,6 +76,7 @@ class CORE_EXPORT FileInputType final : public InputType,
bool canSetStringValue() const override;
FileList* files() override;
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;

Powered by Google App Engine
This is Rietveld 408576698