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

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

Issue 672083002: Refactoring of SessionService to get componentized. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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 3ce684cbf07291d4456ee579193f581035aaf89b..ddf06b141188d167fef66038a1a51c5b2ca4b0b6 100644
--- a/chrome/browser/sessions/base_session_service.h
+++ b/chrome/browser/sessions/base_session_service.h
@@ -21,6 +21,7 @@
class BaseSessionServiceDelegate;
class SessionBackend;
class SessionCommand;
+class SessionCommands; // TODO(skuhne): Remove this
namespace sessions {
class SerializedNavigationEntry;
@@ -53,6 +54,7 @@ class BaseSessionService {
InternalGetCommandsCallback;
protected:
+ friend SessionCommands; // TODO(skuhne): Remove this.
virtual ~BaseSessionService();
// Returns the backend.

Powered by Google App Engine
This is Rietveld 408576698