Home | History | Annotate | Download | only in sessions

Lines Matching defs:SessionService

30 // SessionService ------------------------------------------------------------
32 // SessionService is responsible for maintaining the state of open windows
36 // SessionService supports restoring from the last session. The last session
44 // SessionService itself maintains a set of SessionCommands that allow
45 // SessionService to rebuild the open state of the browser (as
48 // SessionService rebuilds the contents of the file from the open state
50 class SessionService : public BaseSessionService,
54 // Creates a SessionService for the specified profile.
55 explicit SessionService(Profile* profile);
57 explicit SessionService(const FilePath& save_path);
185 virtual ~SessionService();
402 // Convert back/forward between the Browser and SessionService DB window
458 DISALLOW_COPY_AND_ASSIGN(SessionService);