Index: ios/web/web_state/web_state_impl.h |
diff --git a/ios/web/web_state/web_state_impl.h b/ios/web/web_state/web_state_impl.h |
index 05a2869e46b46130c0c785491ed413991d447ab5..47855393af3f8934afd4cdcb8aa2fcc8c29e8f31 100644 |
--- a/ios/web/web_state/web_state_impl.h |
+++ b/ios/web/web_state/web_state_impl.h |
@@ -94,6 +94,9 @@ class WebStateImpl : public WebState, public NavigationManagerDelegate { |
// Called when the visible security state of the page changes. |
void OnVisibleSecurityStateChange(); |
+ // Called when a dialog or child window open request was suppressed. |
+ void OnDialogSuppressed(); |
+ |
// Notifies the observers that the render process was terminated. |
void OnRenderProcessGone(); |