| 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 2dc7fed37b1ce2c7a2ab359aec2d78958346bcac..d299e3ddf60c38dbb2134c242e5ee72424e5a983 100644
|
| --- a/ios/web/public/web_state/ui/crw_web_delegate.h
|
| +++ b/ios/web/public/web_state/ui/crw_web_delegate.h
|
| @@ -78,12 +78,6 @@ struct Referrer;
|
| // isn't a web concept, so this shoud be expressed differently.
|
| - (void)webDidStartLoadingURL:(const GURL&)url
|
| shouldUpdateHistory:(BOOL)updateHistory;
|
| -// Called when the page finishes loading, with the URL, page title and load
|
| -// success status. Phase will be PAGE_LOADED.
|
| -// On the next navigation event, this will be followed by a call to
|
| -// webWillStartLoadingURL.
|
| -- (void)webDidFinishWithURL:(const GURL&)url
|
| - loadSuccess:(BOOL)loadSuccess;
|
| // Called when the page load was cancelled by page activity (before a success /
|
| // failure state is known). Phase will be PAGE_LOADED.
|
| - (void)webLoadCancelled:(const GURL&)url;
|
|
|