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

Unified Diff: third_party/WebKit/Source/core/html/forms/InputType.cpp

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/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 9e01ffd324155908fee3e7b570e24adc11d02d0b..583b28b0d43318fd3ea83687a20eae9fe45495d9 100644
--- a/third_party/WebKit/Source/core/html/forms/InputType.cpp
+++ b/third_party/WebKit/Source/core/html/forms/InputType.cpp
@@ -483,15 +483,12 @@ void InputType::setFiles(FileList*) {}
void InputType::setFilesFromPaths(const Vector<String>& paths) {}
-bool InputType::getTypeSpecificValue(String&) {
- return false;
-}
-
-String InputType::fallbackValue() const {
+String InputType::valueInFilenameValueMode() const {
+ NOTREACHED();
return String();
}
-String InputType::defaultValue() const {
+String InputType::defaultLabel() const {
return String();
}
« no previous file with comments | « third_party/WebKit/Source/core/html/forms/InputType.h ('k') | third_party/WebKit/Source/core/html/forms/RangeInputType.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698