Index: content/common/navigation_params.h |
diff --git a/content/common/navigation_params.h b/content/common/navigation_params.h |
index 449003595cb6682ee8416e1f9acb23e6e82e1336..2dd45f3f33bdeb9471de538e3a4d085d798db5e6 100644 |
--- a/content/common/navigation_params.h |
+++ b/content/common/navigation_params.h |
@@ -316,6 +316,12 @@ struct CONTENT_EXPORT RequestNavigationParams { |
// the resulting FrameHostMsg_DidCommitProvisionalLoad message. |
int nav_entry_id; |
+ // For browser-initiated navigations, this is the DevTools Network.requestId |
+ // which will always an odd number to let us distinguish browser generated IDs |
+ // from blink generated IDs (which will be even). For renderer-initiated |
+ // navigations this will be zero. |
Sami
2017/03/29 16:41:42
Ditto about unsigned.
alex clarke (OOO till 29th)
2017/03/30 16:56:55
Done.
|
+ unsigned int devtools_request_id; |
+ |
// Whether this is a history navigation in a newly created child frame, in |
// which case the browser process is instructing the renderer process to load |
// a URL from a session history item. Defaults to false. |