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

Unified Diff: third_party/WebKit/Source/web/ChromeClientImpl.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/web/ChromeClientImpl.h
diff --git a/third_party/WebKit/Source/web/ChromeClientImpl.h b/third_party/WebKit/Source/web/ChromeClientImpl.h
index cbf8f15a823ae8215958a23d0c21b2553d7fce8f..474525e21b305b44c018d70640122ea68e0d65b0 100644
--- a/third_party/WebKit/Source/web/ChromeClientImpl.h
+++ b/third_party/WebKit/Source/web/ChromeClientImpl.h
@@ -168,6 +168,7 @@ public:
void openTextDataListChooser(HTMLInputElement&) override;
void textFieldDataListChanged(HTMLInputElement&) override;
void ajaxSucceeded(LocalFrame*) override;
+ void passwordFieldBecameVisible(HTMLInputElement&) override;
void didCancelCompositionOnSelectionChange() override;
void willSetInputMethodState() override;

Powered by Google App Engine
This is Rietveld 408576698