| Index: ios/web/public/web_state/web_state_observer.h
|
| diff --git a/ios/web/public/web_state/web_state_observer.h b/ios/web/public/web_state/web_state_observer.h
|
| index e697b2d4c501db98a186e4d31ba5307bf30a7bc5..100312cc84f622f9b8f800c822680527d03c3e19 100644
|
| --- a/ios/web/public/web_state/web_state_observer.h
|
| +++ b/ios/web/public/web_state/web_state_observer.h
|
| @@ -88,6 +88,9 @@ class WebStateObserver {
|
| // Called when the title of the WebState is set.
|
| virtual void TitleWasSet() {}
|
|
|
| + // Called when the visible security state of the page changes.
|
| + virtual void DidChangeVisibleSecurityState() {}
|
| +
|
| // Called on form submission. |user_initiated| is true if the user
|
| // interacted with the page.
|
| virtual void DocumentSubmitted(const std::string& form_name,
|
|
|