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

Unified Diff: webkit/appcache/appcache_update_job.cc

Issue 9572001: Do cookie checks in NetworkDelegate instead of the URLRequest::Delegate. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: clang fix Created 8 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
« webkit/appcache/appcache_service.h ('K') | « webkit/appcache/appcache_service.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/appcache/appcache_update_job.cc
diff --git a/webkit/appcache/appcache_update_job.cc b/webkit/appcache/appcache_update_job.cc
index bd8ddc8ca3a91ff57b089673fb4c84fbaa8e93b5..5050dd693c4614df358f0651e2d49274382007a0 100644
--- a/webkit/appcache/appcache_update_job.cc
+++ b/webkit/appcache/appcache_update_job.cc
@@ -109,6 +109,7 @@ void AppCacheUpdateJob::URLFetcher::Start() {
net::LOAD_DISABLE_INTERCEPT);
if (existing_response_headers_)
AddConditionalHeaders(existing_response_headers_);
+ job_->service_->InitializeUpdateRequest(request_.get());
request_->Start();
}
« webkit/appcache/appcache_service.h ('K') | « webkit/appcache/appcache_service.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698