Index: ios/web/public/web_state/ui/crw_web_delegate.h |
diff --git a/ios/web/public/web_state/ui/crw_web_delegate.h b/ios/web/public/web_state/ui/crw_web_delegate.h |
index 51173ab4ecdd2de192017904898b1e688027f109..343d367ee2e2a0db9e309d1452d2ec0ea642e00a 100644 |
--- a/ios/web/public/web_state/ui/crw_web_delegate.h |
+++ b/ios/web/public/web_state/ui/crw_web_delegate.h |
@@ -199,8 +199,9 @@ typedef void (^SSLErrorCallback)(BOOL); |
- (void)webController:(CRWWebController*)webController |
didBlockPopup:(const web::BlockedPopupInfo&)blockedPopupInfo; |
-// Called when CRWWebController did suppress a dialog (only if kSuppressDialogs |
-// policy is set via -[CRWWebController setPageDialogsOpenPolicy:] method). |
+// Called when CRWWebController did suppress a dialog (JavaScript, HTTP |
+// authentication or window.open). |
+// NOTE: Called only if CRWWebController.suppressDialogs is set to YES. |
- (void)webControllerDidSuppressDialog:(CRWWebController*)webController; |
// Called to retrieve the height of any header that is overlaying on top of the |