Index: components/sessions/session_service_commands.h |
diff --git a/components/sessions/session_service_commands.h b/components/sessions/session_service_commands.h |
index 6bf3be85a84ac9a0c1a7c816631f874ebac3aefd..efba306e9fd33f46e183524b51976c8ef1086d2e 100644 |
--- a/components/sessions/session_service_commands.h |
+++ b/components/sessions/session_service_commands.h |
@@ -78,6 +78,9 @@ SESSIONS_EXPORT scoped_ptr<SessionCommand> CreateSetTabUserAgentOverrideCommand( |
SESSIONS_EXPORT scoped_ptr<SessionCommand> CreateSetWindowAppNameCommand( |
const SessionID& window_id, |
const std::string& app_name); |
+SESSIONS_EXPORT scoped_ptr<SessionCommand> CreateLastActiveTimeCommand( |
+ const SessionID& tab_id, |
+ base::Time last_active_time); |
// Searches for a pending command using |base_session_service| that can be |
// replaced with |command|. If one is found, pending command is removed, the |