Index: chrome/browser/ui/browser_tab_restorer.cc |
diff --git a/chrome/browser/ui/browser_tab_restorer.cc b/chrome/browser/ui/browser_tab_restorer.cc |
index 3d276c60ae78a56073767e682464b4c823e787bf..f49f46458375de7e5fda94ef9eab12968db2be61 100644 |
--- a/chrome/browser/ui/browser_tab_restorer.cc |
+++ b/chrome/browser/ui/browser_tab_restorer.cc |
@@ -108,8 +108,7 @@ void RestoreTab(Browser* browser) { |
return; |
if (service->IsLoaded()) { |
- service->RestoreMostRecentEntry(browser->live_tab_context(), |
- browser->host_desktop_type()); |
+ service->RestoreMostRecentEntry(browser->live_tab_context()); |
return; |
} |