Index: content/common/page_state_serialization.h |
diff --git a/content/common/page_state_serialization.h b/content/common/page_state_serialization.h |
index b46bc01435e8bd8fa188d5d3c238dcb1894ffbb5..607a89ac18834d8aacf7c139fbebc01a4c30861c 100644 |
--- a/content/common/page_state_serialization.h |
+++ b/content/common/page_state_serialization.h |
@@ -50,6 +50,7 @@ struct CONTENT_EXPORT ExplodedFrameState { |
gfx::Point scroll_offset; |
int64 item_sequence_number; |
int64 document_sequence_number; |
+ int64 target_frame_id; |
double page_scale_factor; |
ExplodedHttpBody http_body; |
std::vector<ExplodedFrameState> children; |