Index: ios/web/web_state/web_state_delegate_stub.h |
diff --git a/ios/web/web_state/web_state_delegate_stub.h b/ios/web/web_state/web_state_delegate_stub.h |
index b21ce349ccae05cd90e15ef65758f65dc3033f8f..7398dca818bb77daf468e865a0cb737079ef66d9 100644 |
--- a/ios/web/web_state/web_state_delegate_stub.h |
+++ b/ios/web/web_state/web_state_delegate_stub.h |
@@ -18,6 +18,8 @@ |
// ContextMenuParams reveived in |webState:handleContextMenu:| call. |
// nullptr if that delegate method was not called. |
@property(nonatomic, readonly) web::ContextMenuParams* contextMenuParams; |
+// Whether |javaScriptDialogPresenterForWebState:| has been called or not. |
+@property(nonatomic, readonly) BOOL javaScriptDialogPresenterRequested; |
@end |
#endif // IOS_WEB_WEB_STATE_WEB_STATE_DELEGATE_STUB_H_ |