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

Unified Diff: content/common/resource_messages.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/common/resource_messages.h
diff --git a/content/common/resource_messages.h b/content/common/resource_messages.h
index 893350d5be494fc705f310817fcab0c33f2e1cce..5c575e1003597e8a73875e6d36da5755e25cecb1 100644
--- a/content/common/resource_messages.h
+++ b/content/common/resource_messages.h
@@ -169,9 +169,10 @@ IPC_MESSAGE_ROUTED2(ResourceMsg_DataDownloaded,
int /* data_len */)
// Sent when the request has been completed.
-IPC_MESSAGE_ROUTED4(ResourceMsg_RequestComplete,
+IPC_MESSAGE_ROUTED5(ResourceMsg_RequestComplete,
int /* request_id */,
net::URLRequestStatus /* status */,
+ bool /* handled_externally */,
std::string /* security info */,
base::TimeTicks /* completion_time */)

Powered by Google App Engine
This is Rietveld 408576698