Chromium Code Reviews| Index: content/common/frame_messages.h |
| diff --git a/content/common/frame_messages.h b/content/common/frame_messages.h |
| index 60fb513c9ac7cc76dd1b12e54ff98044dda803bd..20bd0d21051623917abe11fe2aad9e12d7c59d2e 100644 |
| --- a/content/common/frame_messages.h |
| +++ b/content/common/frame_messages.h |
| @@ -246,7 +246,7 @@ IPC_STRUCT_BEGIN_WITH_PARENT(FrameHostMsg_DidCommitProvisionalLoad_Params, |
| // Whether the frame navigation resulted in no change to the documents within |
| // the page. For example, the navigation may have just resulted in scrolling |
|
Charlie Reis
2017/03/15 02:43:10
Heh, this sentence is all kinds of confusing. :)
Eugene But (OOO till 7-30)
2017/03/15 16:16:17
Done.
|
| // to a named anchor. |
| - IPC_STRUCT_MEMBER(bool, was_within_same_page) |
| + IPC_STRUCT_MEMBER(bool, was_within_same_document) |
| // The status code of the HTTP request. |
| IPC_STRUCT_MEMBER(int, http_status_code) |