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

Unified Diff: webkit/child/webkitplatformsupport_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: Sync'd to r248769. Created 6 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 | « webkit/child/resource_loader_bridge.h ('k') | webkit/child/weburlloader_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/child/webkitplatformsupport_impl.cc
diff --git a/webkit/child/webkitplatformsupport_impl.cc b/webkit/child/webkitplatformsupport_impl.cc
index 5cbd348de341e4559f9076a1da79f466fe95c6d3..a599fa57fe9ea4377cd09472200b7cd94ee0ec99 100644
--- a/webkit/child/webkitplatformsupport_impl.cc
+++ b/webkit/child/webkitplatformsupport_impl.cc
@@ -395,7 +395,7 @@ WebData WebKitPlatformSupportImpl::parseDataURL(
WebURLError WebKitPlatformSupportImpl::cancelledError(
const WebURL& unreachableURL) const {
- return WebURLLoaderImpl::CreateError(unreachableURL, net::ERR_ABORTED);
+ return WebURLLoaderImpl::CreateError(unreachableURL, false, net::ERR_ABORTED);
}
void WebKitPlatformSupportImpl::decrementStatsCounter(const char* name) {
« no previous file with comments | « webkit/child/resource_loader_bridge.h ('k') | webkit/child/weburlloader_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698