Home | History | Annotate | Download | only in sessions

Lines Matching defs:BaseSessionService

26 // BaseSessionService is the super class of both tab restore service and
30 class BaseSessionService : public CancelableRequestProvider,
31 public base::RefCountedThreadSafe<BaseSessionService> {
40 // Creates a new BaseSessionService. After creation you need to invoke
45 BaseSessionService(SessionType type,
79 friend class base::RefCountedThreadSafe<BaseSessionService>;
81 virtual ~BaseSessionService();
90 // in the vector are owned by BaseSessionService, until they are scheduled
178 ScopedRunnableMethodFactory<BaseSessionService> save_factory_;
190 DISALLOW_COPY_AND_ASSIGN(BaseSessionService);