| Index: chrome/browser/sessions/session_restore.cc
|
| ===================================================================
|
| --- chrome/browser/sessions/session_restore.cc (revision 170949)
|
| +++ chrome/browser/sessions/session_restore.cc (working copy)
|
| @@ -958,8 +958,6 @@
|
| 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.
|
|
|