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

Unified Diff: content/browser/loader/resource_dispatcher_host_impl.cc

Issue 138513002: Plumb network stack information about existence of cached copy (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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
Index: content/browser/loader/resource_dispatcher_host_impl.cc
diff --git a/content/browser/loader/resource_dispatcher_host_impl.cc b/content/browser/loader/resource_dispatcher_host_impl.cc
index 34b2d3af6d736800b372ec8a2bc38c63c8ac573d..4dd84fd3656c1358d5d32d31ac3aa8ce1464f77c 100644
--- a/content/browser/loader/resource_dispatcher_host_impl.cc
+++ b/content/browser/loader/resource_dispatcher_host_impl.cc
@@ -161,6 +161,7 @@ void AbortRequestBeforeItStarts(ResourceMessageFilter* filter,
request_id,
net::ERR_ABORTED,
false,
+ false,
std::string(), // No security info needed, connection not established.
base::TimeTicks()));
}

Powered by Google App Engine
This is Rietveld 408576698