| Index: chrome/browser/tab_contents/render_view_host_manager.cc
|
| ===================================================================
|
| --- chrome/browser/tab_contents/render_view_host_manager.cc (revision 30525)
|
| +++ chrome/browser/tab_contents/render_view_host_manager.cc (working copy)
|
| @@ -341,7 +341,7 @@
|
| if (curr_instance->HasRelatedSiteInstance(dest_url)) {
|
| return curr_instance->GetRelatedSiteInstance(dest_url);
|
| } else {
|
| - if (entry.restored())
|
| + if (entry.restore_type() != NavigationEntry::RESTORE_NONE)
|
| curr_instance->SetSite(dest_url);
|
| return curr_instance;
|
| }
|
|
|