Index: chrome/browser/sessions/session_restore.cc |
=================================================================== |
--- chrome/browser/sessions/session_restore.cc (revision 55729) |
+++ chrome/browser/sessions/session_restore.cc (working copy) |
@@ -523,7 +523,7 @@ |
add_types |= TabStripModel::ADD_SELECTED; |
int index = browser->GetIndexForInsertionDuringRestore(i); |
browser->AddTabWithURL(urls[i], GURL(), PageTransition::START_PAGE, index, |
- add_types, NULL, std::string()); |
+ add_types, NULL, std::string(), NULL); |
} |
} |