Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(174)

Unified Diff: chrome/browser/sessions/base_session_service.h

Issue 10989027: Split TabRestoreService into InMemoryTRS and PersistentTRS (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix build on Mac (not tested locally) Created 8 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698