Searched refs:tab_restore_service (Results 1 – 4 of 4) sorted by relevance
599 TabRestoreService* tab_restore_service = profile->GetTabRestoreService();600 if (!tab_restore_service)606 tab_restore_service->AddObserver(this);736 TabRestoreService* tab_restore_service = profile_->GetTabRestoreService();737 const TabRestoreService::Entries& entries = tab_restore_service->entries();
26 #include "chrome/browser/sessions/tab_restore_service.h"
313 TabRestoreService* tab_restore_service = profile()->GetTabRestoreService(); in ~Browser() local314 if (tab_restore_service) in ~Browser()315 tab_restore_service->BrowserClosed(tab_restore_service_delegate()); in ~Browser()922 TabRestoreService* tab_restore_service = profile()->GetTabRestoreService(); in OnWindowClosing() local923 if (tab_restore_service && type() == TYPE_NORMAL && tab_count()) in OnWindowClosing()924 tab_restore_service->BrowserClosing(tab_restore_service_delegate()); in OnWindowClosing()
13 #include "chrome/browser/sessions/tab_restore_service.h"