| 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
|
|
|