| Index: ios/web/public/test/fakes/test_web_state_observer.mm
|
| diff --git a/ios/web/public/test/fakes/test_web_state_observer.mm b/ios/web/public/test/fakes/test_web_state_observer.mm
|
| index cd34dc530d582029200e76e1832434c19f2b3adc..67c2992d3407e96e995db78a7cea652a0aa47801 100644
|
| --- a/ios/web/public/test/fakes/test_web_state_observer.mm
|
| +++ b/ios/web/public/test/fakes/test_web_state_observer.mm
|
| @@ -90,6 +90,12 @@ void TestWebStateObserver::TitleWasSet() {
|
| title_was_set_info_->web_state = web_state();
|
| }
|
|
|
| +void TestWebStateObserver::DidChangeVisibleSecurityState() {
|
| + did_change_visible_security_state_info_ =
|
| + base::MakeUnique<web::TestDidChangeVisibleSecurityStateInfo>();
|
| + did_change_visible_security_state_info_->web_state = web_state();
|
| +}
|
| +
|
| void TestWebStateObserver::DocumentSubmitted(const std::string& form_name,
|
| bool user_initiated) {
|
| submit_document_info_ = base::MakeUnique<web::TestSubmitDocumentInfo>();
|
|
|