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

Unified Diff: chrome/browser/sync/glue/session_model_associator.h

Issue 10966002: Add cache_guid accessor to UserShare (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Update + back to small patch Created 8 years, 1 month 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/sync/glue/session_model_associator.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/sync/glue/session_model_associator.h
diff --git a/chrome/browser/sync/glue/session_model_associator.h b/chrome/browser/sync/glue/session_model_associator.h
index 0a61fa12d32162b983e5b5885f1fef6f0805b5ed..48e35e1faf111e1ff813db4265141a56c9ba5542 100644
--- a/chrome/browser/sync/glue/session_model_associator.h
+++ b/chrome/browser/sync/glue/session_model_associator.h
@@ -44,6 +44,7 @@ namespace syncer {
class BaseTransaction;
class ReadNode;
class WriteTransaction;
+struct UserShare;
} // namespace syncer
namespace sync_pb {
@@ -387,7 +388,7 @@ class SessionModelAssociator
}
// Initializes the tag corresponding to this machine.
- void InitializeCurrentMachineTag(syncer::WriteTransaction* trans);
+ void InitializeCurrentMachineTag(syncer::UserShare* share);
// Initializes the user visible name for this session
void InitializeCurrentSessionName();
« no previous file with comments | « no previous file | chrome/browser/sync/glue/session_model_associator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698