Chromium Code Reviews| 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 63808f2cb1e2325904b54307f5ec930c7e1a47a0..26763b6612aa4c23427d02f4b26c15cefbf6de32 100644 |
| --- a/chrome/browser/sessions/base_session_service.h |
| +++ b/chrome/browser/sessions/base_session_service.h |
| @@ -47,7 +47,6 @@ class BaseSessionService : public CancelableRequestProvider, |
| Profile* profile() const { return profile_; } |
| - // Deletes the last session. |
|
sky
2012/10/22 13:51:35
Why remove this comment?
Philippe
2012/10/23 15:07:36
It didn't provide much more information that the m
|
| void DeleteLastSession(); |
| class InternalGetCommandsRequest; |