summaryrefslogtreecommitdiffstats
path: root/chrome/browser/session_restore.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/session_restore.cc')
-rw-r--r--chrome/browser/session_restore.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/session_restore.cc b/chrome/browser/session_restore.cc
index 057b46b..dba5334ff 100644
--- a/chrome/browser/session_restore.cc
+++ b/chrome/browser/session_restore.cc
@@ -363,7 +363,7 @@ class SessionRestoreImpl : public NotificationObserver {
browser->SelectTabContentsAt(
std::min(initial_tab_count + std::max(0, selected_session_index),
browser->tab_count() - 1), true);
- browser->ShowAndFit(true);
+ browser->Show();
}
void AppendURLsToBrowser(Browser* browser, const std::vector<GURL>& urls) {