Index: ios/web/web_state/ui/crw_web_controller.h |
diff --git a/ios/web/web_state/ui/crw_web_controller.h b/ios/web/web_state/ui/crw_web_controller.h |
index 842fa339e365553c9a58a857928973b9704c66c0..74dbe83cdf416884da50b04f292687634740e2ad 100644 |
--- a/ios/web/web_state/ui/crw_web_controller.h |
+++ b/ios/web/web_state/ui/crw_web_controller.h |
@@ -98,7 +98,7 @@ class WebStateImpl; |
// YES if JavaScript dialogs, HTTP authentication dialogs and window.open |
// calls should be suppressed. Default is NO. When dialog is suppressed |
-// |CRWWebDelegate webControllerDidSuppressDialog:| will be called. |
+// |WebStateObserver::DidSuppressDialog| will be called. |
@property(nonatomic, assign) BOOL shouldSuppressDialogs; |
// Designated initializer. Initializes web controller with |webState|. The |