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

Unified Diff: ios/web/web_state/ui/crw_web_controller.mm

Issue 2643763005: Remove obsolete methods from CRWRequestTrackerDelegate protocol. (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/web/net/request_tracker_impl_unittest.mm ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/web/web_state/ui/crw_web_controller.mm
diff --git a/ios/web/web_state/ui/crw_web_controller.mm b/ios/web/web_state/ui/crw_web_controller.mm
index 88e33497c50d6ba9f71cb428707f1df916b8b725..56ac889fb64f3775f2c2c0f804fb099e950d14b5 100644
--- a/ios/web/web_state/ui/crw_web_controller.mm
+++ b/ios/web/web_state/ui/crw_web_controller.mm
@@ -3500,10 +3500,6 @@ const NSTimeInterval kSnapshotOverlayTransition = 0.5;
#pragma mark -
#pragma mark CRWRequestTrackerDelegate
-- (BOOL)isForStaticFileRequests {
- return NO;
-}
-
- (void)updatedSSLStatus:(const web::SSLStatus&)sslStatus
forPageUrl:(const GURL&)url
userInfo:(id)userInfo {
@@ -3539,15 +3535,6 @@ const NSTimeInterval kSnapshotOverlayTransition = 0.5;
_webStateImpl->OnHttpResponseHeadersReceived(headers, requestUrl);
}
-- (void)presentSSLError:(const net::SSLInfo&)info
- forSSLStatus:(const web::SSLStatus&)status
- onUrl:(const GURL&)url
- recoverable:(BOOL)recoverable
- callback:(SSLErrorCallback)shouldContinue {
- // This is a UIWebView callback, which is no longer called.
- NOTREACHED();
-}
-
- (void)updatedProgress:(float)progress {
// This is a UIWebView callback, which is no longer called.
NOTREACHED();
« no previous file with comments | « ios/web/net/request_tracker_impl_unittest.mm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698