| Index: chrome/common/render_messages_params.h
|
| diff --git a/chrome/common/render_messages_params.h b/chrome/common/render_messages_params.h
|
| index 1c49b664a72970a829f424bb044dbfc1376a3179..2b0c0d0f3f91039c4f34873317ac8135c71d417e 100644
|
| --- a/chrome/common/render_messages_params.h
|
| +++ b/chrome/common/render_messages_params.h
|
| @@ -205,6 +205,10 @@ struct ViewHostMsg_FrameNavigate_Params {
|
| // iframes are loaded automatically.
|
| int32 page_id;
|
|
|
| + // The frame ID for this navigation. The frame ID uniquely identifies the
|
| + // frame the navigation happened in for a given renderer.
|
| + long long frame_id;
|
| +
|
| // URL of the page being loaded.
|
| GURL url;
|
|
|
|
|