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

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

Issue 2580753002: Fix NavigationControllerBrowserTest. EnsureSamePageNavigationUpdatesFrameNavigationEntry browser nav (Closed)
Patch Set: Move the code which determines which transitions to treat as forced reloads to its own function Sho… Created 4 years 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 336e06131aa70937e23e6180f00c73d52bfa063a..79eb1265723b7b448cc61508f46f0f3d6eacf9c9 100644
--- a/content/browser/frame_host/navigation_entry_impl.cc
+++ b/content/browser/frame_host/navigation_entry_impl.cc
@@ -276,7 +276,8 @@ NavigationEntryImpl::NavigationEntryImpl(
can_load_local_resources_(false),
frame_tree_node_id_(-1),
reload_type_(ReloadType::NONE),
- started_from_context_menu_(false) {
+ started_from_context_menu_(false),
+ ssl_error_(false) {
#if defined(OS_ANDROID)
has_user_gesture_ = false;
#endif

Powered by Google App Engine
This is Rietveld 408576698