| Index: chrome/browser/sessions/session_service.h
|
| diff --git a/chrome/browser/sessions/session_service.h b/chrome/browser/sessions/session_service.h
|
| index 2b5173472f6e204736a909c40998e353967fdc4f..f17b77a06ad12a272a93ab31277cd2e802d44116 100644
|
| --- a/chrome/browser/sessions/session_service.h
|
| +++ b/chrome/browser/sessions/session_service.h
|
| @@ -347,7 +347,7 @@ class SessionService : public BaseSessionService,
|
|
|
| // Schedules the specified command. This method takes ownership of the
|
| // command.
|
| - void ScheduleCommand(SessionCommand* command);
|
| + virtual void ScheduleCommand(SessionCommand* command);
|
|
|
| // Converts all pending tab/window closes to commands and schedules them.
|
| void CommitPendingCloses();
|
|
|