| Index: content/browser/renderer_host/render_view_host_impl.h
|
| diff --git a/content/browser/renderer_host/render_view_host_impl.h b/content/browser/renderer_host/render_view_host_impl.h
|
| index 4d6a64def260878d4e4d4b698a9ce3d30ac12a2f..e2ed742861ce17af5c6ef599d255aa38e1e380bf 100644
|
| --- a/content/browser/renderer_host/render_view_host_impl.h
|
| +++ b/content/browser/renderer_host/render_view_host_impl.h
|
| @@ -467,6 +467,11 @@ class CONTENT_EXPORT RenderViewHostImpl
|
| int enabled_bindings_;
|
|
|
|
|
| + // The most recent page ID we've heard from the renderer process. This is
|
| + // used as context when other session history related IPCs arrive.
|
| + // TODO(creis): Allocate this in WebContents/NavigationController instead.
|
| + int32 page_id_;
|
| +
|
| // The current state of this RVH.
|
| // TODO(nasko): Move to RenderFrameHost, as this is per-frame state.
|
| RenderViewHostImplState rvh_state_;
|
|
|