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

Unified Diff: content/public/common/resource_response.h

Issue 10640019: Remove the HANDLED_EXTERNALLY status code. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: fixed some minor issues Created 8 years, 6 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/public/common/resource_response.h
diff --git a/content/public/common/resource_response.h b/content/public/common/resource_response.h
index b6c4eaad77765adeb0d2d4f4fe7b62d8e48c2113..0b7ac3e9de7fd733556b34c3de24f052f8fc7431 100644
--- a/content/public/common/resource_response.h
+++ b/content/public/common/resource_response.h
@@ -21,8 +21,8 @@ namespace content {
// Parameters for a resource response header.
struct ResourceResponseHead : webkit_glue::ResourceResponseInfo {
- // The response status.
- net::URLRequestStatus status;
+ // The response error_code.
+ int error_code;
// TimeTicks::Now() when the browser received the request from the renderer.
base::TimeTicks request_start;
// TimeTicks::Now() when the browser sent the response to the renderer.

Powered by Google App Engine
This is Rietveld 408576698