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

Unified Diff: ios/web/net/request_tracker_impl_unittest.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.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/net/request_tracker_impl_unittest.mm
diff --git a/ios/web/net/request_tracker_impl_unittest.mm b/ios/web/net/request_tracker_impl_unittest.mm
index 08750870a298e31b023df3bce495f4d13615d136..61592aafee91ee8b880540ad5ad26697def6a2a9 100644
--- a/ios/web/net/request_tracker_impl_unittest.mm
+++ b/ios/web/net/request_tracker_impl_unittest.mm
@@ -62,10 +62,6 @@
return self;
}
-- (BOOL)isForStaticFileRequests {
- return NO;
-}
-
- (void)updatedProgress:(float)progress {
if (progress > 0.0f) {
if (progress < value_) {
@@ -101,14 +97,6 @@
// Nothing. yet.
}
-- (void)presentSSLError:(const net::SSLInfo&)info
- forSSLStatus:(const web::SSLStatus&)status
- onUrl:(const GURL&)url
- recoverable:(BOOL)recoverable
- callback:(SSLErrorCallback)shouldContinue {
- // Nothing, yet.
-}
-
- (void)certificateUsed:(net::X509Certificate*)certificate
forHost:(const std::string&)host
status:(net::CertStatus)status {
« no previous file with comments | « ios/web/net/request_tracker_impl.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