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

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: Rebase Created 9 years, 11 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
« no previous file with comments | « chrome/browser/resources/new_new_tab.js ('k') | chrome/browser/sessions/session_restore.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/sessions/session_id.h
===================================================================
--- chrome/browser/sessions/session_id.h (revision 70604)
+++ 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) {}
« no previous file with comments | « chrome/browser/resources/new_new_tab.js ('k') | chrome/browser/sessions/session_restore.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698