summaryrefslogtreecommitdiffstats
path: root/chrome/browser/tab_restore_service.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/tab_restore_service.cc')
-rw-r--r--chrome/browser/tab_restore_service.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/chrome/browser/tab_restore_service.cc b/chrome/browser/tab_restore_service.cc
index ef7a973..9b3bd4a 100644
--- a/chrome/browser/tab_restore_service.cc
+++ b/chrome/browser/tab_restore_service.cc
@@ -156,7 +156,6 @@ void TabRestoreService::PopulateTabFromController(
NavigationEntry* entry = (i == pending_index) ?
controller->GetPendingEntry() : controller->GetEntryAtIndex(i);
TabNavigation& tab_nav = tab->navigations[i];
- tab_nav.index = i;
tab_nav.url = entry->display_url();
tab_nav.title = entry->title();
tab_nav.state = entry->content_state();