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

Unified Diff: chrome/browser/sessions/base_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 | « no previous file | chrome/browser/sessions/base_session_service.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « no previous file | chrome/browser/sessions/base_session_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698