diff options
Diffstat (limited to 'chrome/browser/sessions/tab_restore_service.h')
-rw-r--r-- | chrome/browser/sessions/tab_restore_service.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/chrome/browser/sessions/tab_restore_service.h b/chrome/browser/sessions/tab_restore_service.h index a3e611c..50fc0a7 100644 --- a/chrome/browser/sessions/tab_restore_service.h +++ b/chrome/browser/sessions/tab_restore_service.h @@ -70,6 +70,11 @@ class TabRestoreService : public BaseSessionService { // The time when the window or tab was closed. base::Time timestamp; + + // Is this entry from the last session? This is set to true for entries that + // were closed during the last session, and false for entries that were + // closed during this session. + bool from_last_session; }; // Represents a previously open tab. |