| Index: chrome/browser/sessions/tab_restore_service.h
|
| ===================================================================
|
| --- chrome/browser/sessions/tab_restore_service.h (revision 30525)
|
| +++ chrome/browser/sessions/tab_restore_service.h (working copy)
|
| @@ -70,6 +70,11 @@
|
|
|
| // 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.
|
|
|