Home | History | Annotate | Download | only in ui

Lines Matching refs:tab_restore_service

67 #include "chrome/browser/sessions/tab_restore_service.h"
313 TabRestoreService* tab_restore_service = profile()->GetTabRestoreService();
314 if (tab_restore_service)
315 tab_restore_service->BrowserClosed(tab_restore_service_delegate());
922 TabRestoreService* tab_restore_service = profile()->GetTabRestoreService();
923 if (tab_restore_service && type() == TYPE_NORMAL && tab_count())
924 tab_restore_service->BrowserClosing(tab_restore_service_delegate());