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

Unified Diff: ios/chrome/browser/net/ios_chrome_network_delegate.h

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/chrome/browser/net/ios_chrome_network_delegate.h
diff --git a/ios/chrome/browser/net/ios_chrome_network_delegate.h b/ios/chrome/browser/net/ios_chrome_network_delegate.h
index 41efdb797637d278c4f99419c178e92315ac8b3b..ca3ba85ea9dabfb86d34b8a3ece4c25ac29ada17 100644
--- a/ios/chrome/browser/net/ios_chrome_network_delegate.h
+++ b/ios/chrome/browser/net/ios_chrome_network_delegate.h
@@ -50,7 +50,9 @@ class IOSChromeNetworkDelegate : public net::NetworkDelegateImpl {
int OnBeforeURLRequest(net::URLRequest* request,
const net::CompletionCallback& callback,
GURL* new_url) override;
- void OnCompleted(net::URLRequest* request, bool started) override;
+ void OnCompleted(net::URLRequest* request,
+ bool started,
+ int net_error) override;
net::NetworkDelegate::AuthRequiredResponse OnAuthRequired(
net::URLRequest* request,
const net::AuthChallengeInfo& auth_info,
« no previous file with comments | « no previous file | ios/chrome/browser/net/ios_chrome_network_delegate.cc » ('j') | ios/net/crn_http_protocol_handler.mm » ('J')

Powered by Google App Engine
This is Rietveld 408576698