Index: content/public/common/frame_navigate_params.h |
diff --git a/content/public/common/frame_navigate_params.h b/content/public/common/frame_navigate_params.h |
index b704b8e93066cae1be09fdb882a534f5d2f115c7..05ecf3e99f47e2653f64b01c4a14610d51129991 100644 |
--- a/content/public/common/frame_navigate_params.h |
+++ b/content/public/common/frame_navigate_params.h |
@@ -21,12 +21,6 @@ struct CONTENT_EXPORT FrameNavigateParams { |
FrameNavigateParams(); |
~FrameNavigateParams(); |
- // Page ID of this navigation. The renderer creates a new unique page ID |
- // anytime a new session history entry is created. This means you'll get new |
- // page IDs for user actions, and the old page IDs will be reloaded when |
- // iframes are loaded automatically. |
- int32 page_id; |
- |
// URL of the page being loaded. |
GURL url; |