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 838af8625824a8b14a62c971b4417539d94a3606..04d273a15349446434d3f9892477fc2dcead2980 100644 |
--- a/ios/web/public/web_state/ui/crw_web_delegate.h |
+++ b/ios/web/public/web_state/ui/crw_web_delegate.h |
@@ -125,10 +125,6 @@ class GURL; |
// or nil otherwise. |
- (id<CRWNativeContent>)controllerForUnhandledContentAtURL:(const GURL&)url; |
-// Called when the page supplies a new title. |
-- (void)webController:(CRWWebController*)webController |
- titleDidChange:(NSString*)title; |
- |
// Called when CRWWebController did suppress a dialog (JavaScript, HTTP |
// authentication or window.open). |
// NOTE: Called only if CRWWebController.shouldSuppressDialogs is set to YES. |