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

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

Issue 2339493002: Remove useless validation check for email type. (Closed)
Patch Set: Remove noisy value validation warnings for email input type. Created 4 years, 3 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/EmailInputType.h
diff --git a/third_party/WebKit/Source/core/html/forms/EmailInputType.h b/third_party/WebKit/Source/core/html/forms/EmailInputType.h
index 7c60c708df6602b601edf75d4107d2055556ebfb..85b3adcd072f7064071b536ad73c5f1bd1b5e155 100644
--- a/third_party/WebKit/Source/core/html/forms/EmailInputType.h
+++ b/third_party/WebKit/Source/core/html/forms/EmailInputType.h
@@ -51,7 +51,6 @@ private:
bool typeMismatchFor(const String&) const override;
bool typeMismatch() const override;
String typeMismatchText() const override;
- void warnIfValueIsInvalid(const String&) const override;
bool supportsSelectionAPI() const override;
String sanitizeValue(const String&) const override;
String convertFromVisibleValue(const String&) const override;

Powered by Google App Engine
This is Rietveld 408576698