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

Unified Diff: content/common/resource_messages.h

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/common/resource_messages.h
diff --git a/content/common/resource_messages.h b/content/common/resource_messages.h
index 0ee74eb5e0956266bc9042ba1c162b97e66e7a8e..9ad4d36dbfd261c9a3d30fecb7925f3a48df488d 100644
--- a/content/common/resource_messages.h
+++ b/content/common/resource_messages.h
@@ -271,10 +271,11 @@ IPC_MESSAGE_CONTROL3(ResourceMsg_DataDownloaded,
int /* encoded_data_length */)
// Sent when the request has been completed.
-IPC_MESSAGE_CONTROL5(ResourceMsg_RequestComplete,
+IPC_MESSAGE_CONTROL6(ResourceMsg_RequestComplete,
int /* request_id */,
int /* error_code */,
bool /* was_ignored_by_handler */,
+ bool /* stale_copy_in_cache */,
std::string /* security info */,
base::TimeTicks /* completion_time */)

Powered by Google App Engine
This is Rietveld 408576698