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

Unified Diff: chrome/browser/tab_contents/navigation_entry.cc

Issue 341043: Changes session restore to use a normal load rather than preferring... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 1 month 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: chrome/browser/tab_contents/navigation_entry.cc
===================================================================
--- chrome/browser/tab_contents/navigation_entry.cc (revision 30525)
+++ chrome/browser/tab_contents/navigation_entry.cc (working copy)
@@ -43,7 +43,7 @@
page_id_(-1),
transition_type_(PageTransition::LINK),
has_post_data_(false),
- restored_(false) {
+ restore_type_(RESTORE_NONE) {
}
NavigationEntry::NavigationEntry(SiteInstance* instance,
@@ -61,7 +61,7 @@
page_id_(page_id),
transition_type_(transition_type),
has_post_data_(false),
- restored_(false) {
+ restore_type_(RESTORE_NONE) {
}
NavigationEntry::~NavigationEntry() {
« no previous file with comments | « chrome/browser/tab_contents/navigation_entry.h ('k') | chrome/browser/tab_contents/navigation_entry_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698