| Index: content/common/navigation_params.h
|
| diff --git a/content/common/navigation_params.h b/content/common/navigation_params.h
|
| index 7fce0cc4794f0673bdbed27805d44299a7d6bfc5..8dade843edafadbf53946219ff0d6f5a14df3325 100644
|
| --- a/content/common/navigation_params.h
|
| +++ b/content/common/navigation_params.h
|
| @@ -223,6 +223,7 @@ struct CONTENT_EXPORT RequestNavigationParams {
|
| bool can_load_local_resources,
|
| const PageState& page_state,
|
| int nav_entry_id,
|
| + bool is_same_document_navigation,
|
| bool is_same_document_history_load,
|
| bool is_history_navigation_in_new_child,
|
| std::map<std::string, bool> subframe_unique_names,
|
| @@ -260,6 +261,11 @@ struct CONTENT_EXPORT RequestNavigationParams {
|
| // the resulting FrameHostMsg_DidCommitProvisionalLoad message.
|
| int nav_entry_id;
|
|
|
| + // PlzNavigate
|
| + // Whether this navigation is differing only in the fragment compared to the
|
| + // current frame's URL. In that case, no network request should be made.
|
| + bool is_same_document_navigation;
|
| +
|
| // For history navigations, this indicates whether the load will stay within
|
| // the same document. Defaults to false.
|
| bool is_same_document_history_load;
|
|
|