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

Unified Diff: ios/net/protocol_handler_util_unittest.mm

Issue 2262063002: Adjust callers and networking delegates in ios/ to modified APIs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@URLRequestRead
Patch Set: typo Created 4 years, 3 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
Index: ios/net/protocol_handler_util_unittest.mm
diff --git a/ios/net/protocol_handler_util_unittest.mm b/ios/net/protocol_handler_util_unittest.mm
index eab533837c40c117c024d36bff5e747a3275d168..3c2d849e1501990d2b5ba820f9ea226f7e7fc63c 100644
--- a/ios/net/protocol_handler_util_unittest.mm
+++ b/ios/net/protocol_handler_util_unittest.mm
@@ -150,7 +150,7 @@ class ProtocolHandlerUtilTest : public testing::Test,
EXPECT_TRUE([response isMemberOfClass:[NSURLResponse class]]);
}
- void OnResponseStarted(URLRequest* request) override {}
+ void OnResponseStarted(URLRequest* request, int net_error) override {}
void OnReadCompleted(URLRequest* request, int bytes_read) override {}
protected:

Powered by Google App Engine
This is Rietveld 408576698