| 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..c8d0abfe2b8358fc4a95538bbfb8506a26e286eb 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> CreateActivationTimeCommand(
|
| + const SessionID& tab_id,
|
| + base::TimeTicks activation_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
|
|
|