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 d299e3ddf60c38dbb2134c242e5ee72424e5a983..1adc7edbb16747f812f256d3f23c8b9bfc59e8af 100644 |
--- a/ios/web/public/web_state/ui/crw_web_delegate.h |
+++ b/ios/web/public/web_state/ui/crw_web_delegate.h |
@@ -61,13 +61,6 @@ struct Referrer; |
// Phase will be LOAD_REQUESTED. |
- (void)webWillAddPendingURL:(const GURL&)url |
transition:(ui::PageTransition)transition; |
-// This method is invoked after an update to the navigation manager's pending |
-// URL, triggered whenever the system believes the URL is about to |
-// change, or immediately after any unexpected change of the URL. |
-// This can be followed by a call to webDidStartLoading (phase PAGE_LOADING) or |
-// another call to webWillAddPendingURL and webDidAddPendingURL (phase still |
-// LOAD_REQUESTED). |
-- (void)webDidAddPendingURL; |
// Called when webWillStartLoadingURL was called, but something went wrong, and |
// webDidStartLoadingURL will now never be called. |
- (void)webCancelStartLoadingRequest; |