| Index: ios/web/public/test/fakes/test_web_state_observer_util.h
|
| diff --git a/ios/web/public/test/fakes/test_web_state_observer_util.h b/ios/web/public/test/fakes/test_web_state_observer_util.h
|
| index d772c119131d35284c49aaf4bedd51c31138dc18..4701bacfa258046dd94b1bef1a8bec2bad13b72a 100644
|
| --- a/ios/web/public/test/fakes/test_web_state_observer_util.h
|
| +++ b/ios/web/public/test/fakes/test_web_state_observer_util.h
|
| @@ -74,6 +74,11 @@ struct TestDidChangeVisibleSecurityStateInfo {
|
| WebState* web_state;
|
| };
|
|
|
| +// Arguments passed to |DidSuppressDialog|.
|
| +struct TestDidSuppressDialogInfo {
|
| + WebState* web_state;
|
| +};
|
| +
|
| // Arguments passed to |DocumentSubmitted|.
|
| struct TestSubmitDocumentInfo {
|
| WebState* web_state;
|
|
|