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

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

Issue 556703004: Remove page id from FrameNavigateParams. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: cleaner Created 6 years, 3 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
Index: content/public/common/frame_navigate_params.cc
diff --git a/content/public/common/frame_navigate_params.cc b/content/public/common/frame_navigate_params.cc
index 933edf1d5b5a9b951a0c6e50f3be0f45f90aa77c..6fff1c432ac00bbf2df04d8d7aea7fac91a14dbb 100644
--- a/content/public/common/frame_navigate_params.cc
+++ b/content/public/common/frame_navigate_params.cc
@@ -7,8 +7,7 @@
namespace content {
FrameNavigateParams::FrameNavigateParams()
- : page_id(0),
- transition(PAGE_TRANSITION_LINK),
+ : transition(PAGE_TRANSITION_LINK),
should_update_history(false) {
}

Powered by Google App Engine
This is Rietveld 408576698