Chromium Code Reviews| 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 e3b93342eda2c3e2eac1fe4a8023e418a037e9bc..c3307a2220f28bb53e68688578976e2521363290 100644 |
| --- a/content/public/common/frame_navigate_params.h |
| +++ b/content/public/common/frame_navigate_params.h |
| @@ -33,6 +33,9 @@ struct CONTENT_EXPORT FrameNavigateParams { |
| // means. If the navigation was renderer-initiated, this value is 0. |
| int nav_entry_id; |
| + // The unique name of the frame in which this navigation takes place. |
| + std::string target; |
|
Avi (use Gerrit)
2015/11/09 20:58:26
Same question here.
Charlie Reis
2015/11/09 22:19:41
Done.
|
| + |
| // The item sequence number identifies each stop in the session history. It |
| // is unique within the renderer process and makes a best effort to be unique |
| // across browser sessions (using a renderer process timestamp). |