| Index: chrome/browser/sessions/session_service.h
|
| diff --git a/chrome/browser/sessions/session_service.h b/chrome/browser/sessions/session_service.h
|
| index ca409cfe9aede8e262b12d24e15a4fdee8d662bd..0b5212d293ce1a3e40e6eaddc3fc754b1dcdef18 100644
|
| --- a/chrome/browser/sessions/session_service.h
|
| +++ b/chrome/browser/sessions/session_service.h
|
| @@ -201,6 +201,11 @@ class SessionService : public BaseSessionServiceDelegateImpl,
|
| const SessionID& tab_id,
|
| const std::string& extension_app_id);
|
|
|
| + // Sets the last active time of the tab.
|
| + void SetLastActiveTime(const SessionID& window_id,
|
| + const SessionID& tab_id,
|
| + base::TimeTicks last_active_time);
|
| +
|
| // Callback from GetLastSession.
|
| // The second parameter is the id of the window that was last active.
|
| typedef base::Callback<void(ScopedVector<sessions::SessionWindow>,
|
|
|