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

Unified Diff: ios/web_view/internal/criwv_url_request_context_getter.mm

Issue 2715603002: Rename CRIWVNetworkDelegate to CWVNetworkDelegate. (Closed)
Patch Set: Created 3 years, 10 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_view/internal/criwv_network_delegate.cc ('k') | ios/web_view/internal/cwv_network_delegate.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/web_view/internal/criwv_url_request_context_getter.mm
diff --git a/ios/web_view/internal/criwv_url_request_context_getter.mm b/ios/web_view/internal/criwv_url_request_context_getter.mm
index 00ba2a52d28b51e93fd206a1fe521319274b569d..28433fa5ce591337c8fba8ce7b7d23c71af93885 100644
--- a/ios/web_view/internal/criwv_url_request_context_getter.mm
+++ b/ios/web_view/internal/criwv_url_request_context_getter.mm
@@ -15,7 +15,7 @@
#import "ios/net/cookies/cookie_store_ios_persistent.h"
#import "ios/web/public/web_client.h"
#include "ios/web/public/web_thread.h"
-#include "ios/web_view/internal/criwv_network_delegate.h"
+#include "ios/web_view/internal/cwv_network_delegate.h"
#include "net/base/cache_type.h"
#include "net/cert/cert_verifier.h"
#include "net/dns/host_resolver.h"
@@ -64,7 +64,7 @@ net::URLRequestContext* CRIWVURLRequestContextGetter::GetURLRequestContext() {
url_request_context_.reset(new net::URLRequestContext());
url_request_context_->set_net_log(net_log_.get());
DCHECK(!network_delegate_.get());
- network_delegate_.reset(new CRIWVNetworkDelegate);
+ network_delegate_.reset(new CWVNetworkDelegate);
url_request_context_->set_network_delegate(network_delegate_.get());
storage_.reset(
« no previous file with comments | « ios/web_view/internal/criwv_network_delegate.cc ('k') | ios/web_view/internal/cwv_network_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698