| Index: chrome/browser/sessions/session_restore.cc
|
| diff --git a/chrome/browser/sessions/session_restore.cc b/chrome/browser/sessions/session_restore.cc
|
| index 217eb62a6061eea68b8bab21796dc2f4521d4c44..87156e8522801eec32a9f28b5e39d93f5a3e6717 100644
|
| --- a/chrome/browser/sessions/session_restore.cc
|
| +++ b/chrome/browser/sessions/session_restore.cc
|
| @@ -958,6 +958,8 @@ class SessionRestoreImpl : public content::NotificationObserver {
|
| std::min(selected_index,
|
| static_cast<int>(tab.navigations.size() - 1)));
|
|
|
| + LOG(ERROR) << "Restoring a tab, title: "
|
| + << tab.navigations.at(selected_index).title();
|
| RecordAppLaunchForTab(browser, tab, selected_index);
|
|
|
| // Associate sessionStorage (if any) to the restored tab.
|
|
|