Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(82)

Unified Diff: content/public/common/frame_navigate_params.h

Issue 1002803002: Classify navigations without page id in parallel to the existing classifier. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: relax the dcheck Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/common/navigation_params.cc ('k') | content/public/common/frame_navigate_params.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 b704b8e93066cae1be09fdb882a534f5d2f115c7..884a1d1b6d2ff76eb9debc05e0ee453d34908f01 100644
--- a/content/public/common/frame_navigate_params.h
+++ b/content/public/common/frame_navigate_params.h
@@ -27,6 +27,12 @@ struct CONTENT_EXPORT FrameNavigateParams {
// iframes are loaded automatically.
int32 page_id;
+ // The unique ID of the NavigationEntry for browser-initiated navigations.
+ // This value was given to the render process in the HistoryNavigationParams
+ // and is being returned by the renderer without it having any idea what it
+ // means. If the navigation was renderer-initiated, this value is 0.
+ int nav_entry_id;
+
// URL of the page being loaded.
GURL url;
« no previous file with comments | « content/common/navigation_params.cc ('k') | content/public/common/frame_navigate_params.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698