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

Unified Diff: Source/core/html/forms/PasswordInputType.h

Issue 926113005: Remove InputType::shouldRespectSpeechAttribute (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 10 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
« no previous file with comments | « Source/core/html/forms/NumberInputType.cpp ('k') | Source/core/html/forms/PasswordInputType.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/forms/PasswordInputType.h
diff --git a/Source/core/html/forms/PasswordInputType.h b/Source/core/html/forms/PasswordInputType.h
index 53ea5acb9e0ea1012eb1fe28443b1445fe33f51d..8967bbdf6c3c749143de0a054073a32c1fe614b1 100644
--- a/Source/core/html/forms/PasswordInputType.h
+++ b/Source/core/html/forms/PasswordInputType.h
@@ -47,7 +47,6 @@ private:
virtual FormControlState saveFormControlState() const override;
virtual void restoreFormControlState(const FormControlState&) override;
virtual bool shouldRespectListAttribute() override;
- virtual bool shouldRespectSpeechAttribute() override;
virtual void enableSecureTextInput() override;
virtual void disableSecureTextInput() override;
};
« no previous file with comments | « Source/core/html/forms/NumberInputType.cpp ('k') | Source/core/html/forms/PasswordInputType.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698