| Index: ios/web/public/test/fakes/crw_test_web_state_observer.h
|
| diff --git a/ios/web/public/test/fakes/crw_test_web_state_observer.h b/ios/web/public/test/fakes/crw_test_web_state_observer.h
|
| index d94644d28664aedf6c4bf18fbb0940a34587247c..f7cad8f98f3f1766d15a16e3664ee896ae75ac5e 100644
|
| --- a/ios/web/public/test/fakes/crw_test_web_state_observer.h
|
| +++ b/ios/web/public/test/fakes/crw_test_web_state_observer.h
|
| @@ -30,6 +30,9 @@
|
| web::TestChangeLoadingProgressInfo* changeLoadingProgressInfo;
|
| // Arguments passed to |webStateDidChangeTitle:|.
|
| @property(nonatomic, readonly) web::TestTitleWasSetInfo* titleWasSetInfo;
|
| +// Arguments passed to |webStateDidChangeVisibleSecurityState:|.
|
| +@property(nonatomic, readonly) web::TestDidChangeVisibleSecurityStateInfo*
|
| + didChangeVisibleSecurityStateInfo;
|
| // Arguments passed to |webState:didSubmitDocumentWithFormNamed:userInitiated:|.
|
| @property(nonatomic, readonly) web::TestSubmitDocumentInfo* submitDocumentInfo;
|
| // Arguments passed to
|
|
|