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

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: hack, hack, hack 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..7d835527a72c359965b8592c1f285413ba0e3c6c 100644
--- a/content/public/common/resource_response.h
+++ b/content/public/common/resource_response.h
@@ -34,6 +34,8 @@ struct SyncLoadResult : ResourceResponseHead {
// The final URL after any redirects.
GURL final_url;
+ bool handled_externally;
+
// The response data.
std::string data;
};

Powered by Google App Engine
This is Rietveld 408576698