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

Unified Diff: content/common/view_messages.h

Issue 1001153002: Store the callstack of the IPC sender of ViewMsg_New (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Avoiding gcc warnings. Created 5 years, 9 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/browser/renderer_host/render_view_host_impl.cc ('k') | content/renderer/render_frame_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/view_messages.h
diff --git a/content/common/view_messages.h b/content/common/view_messages.h
index 5b423d31a0f758d4cc8abc32ae331c212086c15c..88dad687d243a842d0a0c17452fef1da4a5899c2 100644
--- a/content/common/view_messages.h
+++ b/content/common/view_messages.h
@@ -532,6 +532,10 @@ IPC_STRUCT_BEGIN(ViewMsg_New_Params)
// The maximum size to layout the page if auto-resize is enabled.
IPC_STRUCT_MEMBER(gfx::Size, max_size)
+
+ // Stores the callstack of the sender. Temporary only to help debug
+ // http://crbug.com/464633.
+ IPC_STRUCT_MEMBER(std::vector<unsigned long>, debug_info)
IPC_STRUCT_END()
IPC_STRUCT_BEGIN(ViewMsg_PostMessage_Params)
« no previous file with comments | « content/browser/renderer_host/render_view_host_impl.cc ('k') | content/renderer/render_frame_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698