| Index: chrome/browser/sessions/base_session_service.h
|
| diff --git a/chrome/browser/sessions/base_session_service.h b/chrome/browser/sessions/base_session_service.h
|
| index 7f43d43672313e93fa0de2e2a6e9a06544380680..8d39c61cb24b91ee4d3a43bfe56ade0dd4ea2936 100644
|
| --- a/chrome/browser/sessions/base_session_service.h
|
| +++ b/chrome/browser/sessions/base_session_service.h
|
| @@ -145,12 +145,6 @@ class BaseSessionService : public CancelableRequestProvider,
|
| InternalGetCommandsRequest* request,
|
| CancelableRequestConsumerBase* consumer);
|
|
|
| - // Invokes ReadCurrentSessionCommands with request on the backend thread.
|
| - // If testing, ReadLastSessionCommands is invoked directly.
|
| - Handle ScheduleGetCurrentSessionCommands(
|
| - InternalGetCommandsRequest* request,
|
| - CancelableRequestConsumerBase* consumer);
|
| -
|
| // In production, this posts the task to the FILE thread. For
|
| // tests, it immediately runs the specified task on the current
|
| // thread.
|
|
|