Home | History | Annotate | Download | only in ui

Lines Matching refs:tab_restore_service_

268   tab_restore_service_ = profile->GetTabRestoreService();
269 if (tab_restore_service_) {
270 tab_restore_service_->AddObserver(this);
271 TabRestoreServiceChanged(tab_restore_service_);
337 TabRestoreServiceDestroyed(tab_restore_service_);
4295 if (!tab_restore_service_)
4298 DCHECK_EQ(tab_restore_service_, service);
4299 tab_restore_service_->RemoveObserver(this);
4300 tab_restore_service_ = NULL;