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

Unified Diff: sync/internal_api/public/user_share.h

Issue 10966002: Add cache_guid accessor to UserShare (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 3 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/sync/glue/session_model_associator.cc ('k') | sync/internal_api/user_share.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/internal_api/public/user_share.h
diff --git a/sync/internal_api/public/user_share.h b/sync/internal_api/public/user_share.h
index af4e231edb3fc2ad498b133fdb2533e59797b8bd..ea284053c81e01bd3fec447ee59a29291625d904 100644
--- a/sync/internal_api/public/user_share.h
+++ b/sync/internal_api/public/user_share.h
@@ -28,6 +28,9 @@ struct UserShare {
// The username of the sync user.
std::string name;
+
+ // The cache guid of the sync directory.
+ std::string cache_guid();
tim (not reviewing) 2012/09/28 19:00:54 structs shouldn't have methods :/ make it a class
};
} // namespace syncer
« no previous file with comments | « chrome/browser/sync/glue/session_model_associator.cc ('k') | sync/internal_api/user_share.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698