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

Unified Diff: third_party/WebKit/Source/core/page/ChromeClient.h

Issue 2378503002: Observe visibility of password inputs, for HTTP-bad phase 1 (Closed)
Patch Set: fix components_unittests build failure 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/page/ChromeClient.h
diff --git a/third_party/WebKit/Source/core/page/ChromeClient.h b/third_party/WebKit/Source/core/page/ChromeClient.h
index c1572f2927fecd491095cdf9e46e66bf6954ce1f..1ac13468861c65ef58c6fb515086ed19d3e0b3ae 100644
--- a/third_party/WebKit/Source/core/page/ChromeClient.h
+++ b/third_party/WebKit/Source/core/page/ChromeClient.h
@@ -260,6 +260,8 @@ public:
virtual void textFieldDataListChanged(HTMLInputElement&) { }
virtual void ajaxSucceeded(LocalFrame*) { }
+ virtual void passwordFieldBecameVisible(HTMLInputElement&) {}
+
// Input method editor related functions.
virtual void didCancelCompositionOnSelectionChange() { }
virtual void willSetInputMethodState() { }

Powered by Google App Engine
This is Rietveld 408576698