Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(383)

Unified Diff: ios/web/public/web_state/ui/crw_web_delegate.h

Issue 2626733003: [ios] Removed -[CRWWebDelegate webDidAddPendingURL]. (Closed)
Patch Set: Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ios/chrome/browser/tabs/tab_unittest.mm ('k') | ios/web/web_state/ui/crw_web_controller.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « ios/chrome/browser/tabs/tab_unittest.mm ('k') | ios/web/web_state/ui/crw_web_controller.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698