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

Unified Diff: content/browser/frame_host/navigation_entry_impl.cc

Issue 2174293002: NonValidatingReload: Monitor reload operations in NavigationControllerImpl (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: use NavigationEntryImpl to keep ReloadType Created 4 years, 4 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/browser/frame_host/navigation_entry_impl.cc
diff --git a/content/browser/frame_host/navigation_entry_impl.cc b/content/browser/frame_host/navigation_entry_impl.cc
index c3e45e6bc5b4b8d299c65c68aef0d7c2102d8d92..9bdea58753c739a7746ba491547764f41feeb482 100644
--- a/content/browser/frame_host/navigation_entry_impl.cc
+++ b/content/browser/frame_host/navigation_entry_impl.cc
@@ -259,7 +259,8 @@ NavigationEntryImpl::NavigationEntryImpl(
should_replace_entry_(false),
should_clear_history_list_(false),
can_load_local_resources_(false),
- frame_tree_node_id_(-1) {
+ frame_tree_node_id_(-1),
+ reload_type_(NavigationController::NO_RELOAD) {
#if defined(OS_ANDROID)
has_user_gesture_ = false;
#endif

Powered by Google App Engine
This is Rietveld 408576698