| Index: ios/web/public/test/crw_mock_web_state_delegate.h
|
| diff --git a/ios/web/public/test/crw_mock_web_state_delegate.h b/ios/web/public/test/crw_mock_web_state_delegate.h
|
| index 51389b6c7ccb70a79048d2b5b3db9cfb845ef844..c92bfdc3894208be2dfa8f17db05747b20e696d2 100644
|
| --- a/ios/web/public/test/crw_mock_web_state_delegate.h
|
| +++ b/ios/web/public/test/crw_mock_web_state_delegate.h
|
| @@ -19,6 +19,9 @@
|
| // ContextMenuParams reveived in |webState:handleContextMenu:| call.
|
| // nullptr if that delegate method was not called.
|
| @property(nonatomic, readonly) web::ContextMenuParams* contextMenuParams;
|
| +// Whether |webState:createNewWebStateForURL:openerURL:initiatedByUser:| has
|
| +// been called or not.
|
| +@property(nonatomic, readonly) BOOL webStateCreationRequested;
|
| // Whether |webState:runRepostFormDialogWithCompletionHandler:| has been called
|
| // or not.
|
| @property(nonatomic, readonly) BOOL repostFormWarningRequested;
|
|
|