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 da257ad0dd2838aae6be6fd78f46d6785fbd582e..133d3309c8edb1273ff8d03657112a987667ff53 100644 |
--- a/content/browser/renderer_host/render_view_host_impl.h |
+++ b/content/browser/renderer_host/render_view_host_impl.h |
@@ -466,11 +466,6 @@ |
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_; |