| 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
|
|
|