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

Unified Diff: content/public/browser/web_contents.h

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.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/browser/web_contents.h
diff --git a/content/public/browser/web_contents.h b/content/public/browser/web_contents.h
index 31545357a62f7c08382d2f1e7c457a7d5e05cd7f..26cdfe990525f3e35b5841fa10c015040a35a08d 100644
--- a/content/public/browser/web_contents.h
+++ b/content/public/browser/web_contents.h
@@ -721,6 +721,12 @@ class WebContents : public PageNavigator,
// can adjust the UI if desired.
virtual void OnPasswordInputShownOnHttp() = 0;
+ // Called when the WebContents has hidden all password fields on an
+ // HTTP page. This method modifies the appropriate NavigationEntry's
+ // SSLStatus to remove the presence of sensitive input fields, so that
+ // embedders can adjust the UI if desired.
+ virtual void OnAllPasswordInputsHiddenOnHttp() = 0;
+
// Called when the WebContents has displayed a credit card field on an
// HTTP page. This method modifies the appropriate NavigationEntry's
// SSLStatus to record the sensitive input field, so that embedders
« no previous file with comments | « content/browser/web_contents/web_contents_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698