Index: content/common/resource_messages.h |
=================================================================== |
--- content/common/resource_messages.h (revision 98485) |
+++ content/common/resource_messages.h (working copy) |
@@ -6,6 +6,7 @@ |
// Multiply-included message file, hence no include guard. |
#include "base/shared_memory.h" |
+#include "content/common/page_transition_types.h" |
#include "content/common/resource_response.h" |
#include "ipc/ipc_message_macros.h" |
#include "net/base/upload_data.h" |
@@ -99,6 +100,8 @@ |
// Identifies the frame within the RenderView that sent the request. |
// -1 if unknown / invalid. |
IPC_STRUCT_MEMBER(int64, frame_id) |
+ |
+ IPC_STRUCT_MEMBER(PageTransition::Type, transition_type) |
IPC_STRUCT_END() |
// Resource messages sent from the browser to the renderer. |