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

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

Issue 5705004: [SYNC] Sessions datatype refactor. Most things related to sessions under-the-... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Reviewer comments + self review Created 10 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
Index: chrome/browser/sessions/session_id.h
===================================================================
--- chrome/browser/sessions/session_id.h (revision 68844)
+++ chrome/browser/sessions/session_id.h (working copy)
@@ -10,6 +10,9 @@
class NavigationController;
class SessionService;
+namespace browser_sync {
+ class SessionModelAssociator;
+}
// Uniquely identifies a tab or window for the duration of a session.
class SessionID {
@@ -25,6 +28,7 @@
private:
friend class NavigationController;
friend class SessionService;
+ friend class browser_sync::SessionModelAssociator;
explicit SessionID(id_type id) : id_(id) {}

Powered by Google App Engine
This is Rietveld 408576698