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

Unified Diff: content/browser/web_contents/web_contents_impl.cc

Issue 2467773002: Notify SSLManager when all password fields on a page are gone (Closed)
Patch Set: tweak SSLManager comment 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
« no previous file with comments | « content/browser/web_contents/web_contents_impl.h ('k') | content/public/browser/web_contents.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/web_contents/web_contents_impl.cc
diff --git a/content/browser/web_contents/web_contents_impl.cc b/content/browser/web_contents/web_contents_impl.cc
index e877841175ef50af87b33a1d626c96fccf2179e9..5309a32454e692613e56c7fd0bbfd1dafc7a17ea 100644
--- a/content/browser/web_contents/web_contents_impl.cc
+++ b/content/browser/web_contents/web_contents_impl.cc
@@ -3834,6 +3834,10 @@ void WebContentsImpl::OnPasswordInputShownOnHttp() {
controller_.ssl_manager()->DidShowPasswordInputOnHttp();
}
+void WebContentsImpl::OnAllPasswordInputsHiddenOnHttp() {
+ controller_.ssl_manager()->DidHideAllPasswordInputsOnHttp();
+}
+
void WebContentsImpl::OnCreditCardInputShownOnHttp() {
controller_.ssl_manager()->DidShowCreditCardInputOnHttp();
}
« no previous file with comments | « content/browser/web_contents/web_contents_impl.h ('k') | content/public/browser/web_contents.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698