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

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

Issue 8873021: (Base)SessionService: Remove dead code which was only used by the unit tests. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Rebased. Created 9 years 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
« no previous file with comments | « chrome/browser/sessions/base_session_service.cc ('k') | chrome/browser/sessions/session_service.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/sessions/session_service.h
diff --git a/chrome/browser/sessions/session_service.h b/chrome/browser/sessions/session_service.h
index 77edb7da512254076364217fbad3d11541338053..2c96cf2b63edf963fb7c8d5268b4cfdc0df305b2 100644
--- a/chrome/browser/sessions/session_service.h
+++ b/chrome/browser/sessions/session_service.h
@@ -170,16 +170,6 @@ class SessionService : public BaseSessionService,
Handle GetLastSession(CancelableRequestConsumerBase* consumer,
const SessionCallback& callback);
- // Fetches the contents of the current session, notifying the callback when
- // done. If the callback is supplied an empty vector of SessionWindows
- // it means the session could not be restored.
- //
- // The created request does NOT directly invoke the callback, rather the
- // callback invokes OnGotSessionCommands from which we map the
- // SessionCommands to browser state, then notify the callback.
- Handle GetCurrentSession(CancelableRequestConsumerBase* consumer,
- const SessionCallback& callback);
-
// Overridden from BaseSessionService because we want some UMA reporting on
// session update activities.
virtual void Save() OVERRIDE;
« no previous file with comments | « chrome/browser/sessions/base_session_service.cc ('k') | chrome/browser/sessions/session_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698