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

Unified Diff: content/common/resource_messages.h

Issue 1334593002: Reland #2 "ipc: Add a new field num_brokered_attachments to the message header." (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase and type error. Created 5 years, 3 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 | « content/child/threaded_data_provider.cc ('k') | content/common/resource_messages.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/resource_messages.h
diff --git a/content/common/resource_messages.h b/content/common/resource_messages.h
index 744a9235ced196aae80b75c0d16da92d88c45724..eec23940929dde08b02618cdaceda8095a1d0f04 100644
--- a/content/common/resource_messages.h
+++ b/content/common/resource_messages.h
@@ -28,6 +28,12 @@ struct LoadTimingInfo;
namespace content {
struct ResourceDevToolsInfo;
+
+// TODO(erikchen): Temporary code to help track http://crbug.com/527588.
+// If |m| does not have type ResourceMsg_DataReceived, this method has no
+// effect. Otherwise, this method checks that the |data_offset| member is less
+// than 512kB.
+void CheckContentsOfDataReceivedMessage(const IPC::Message* m);
}
namespace IPC {
« no previous file with comments | « content/child/threaded_data_provider.cc ('k') | content/common/resource_messages.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698