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

Unified Diff: sync/internal_api/user_share.cc

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 | « sync/internal_api/public/user_share.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/internal_api/user_share.cc
diff --git a/sync/internal_api/user_share.cc b/sync/internal_api/user_share.cc
index 1a3736d2e44c2914c77490c16a9d88fe77033080..079d9aacd670e9d20a897df567aed7d39f6d4ac8 100644
--- a/sync/internal_api/user_share.cc
+++ b/sync/internal_api/user_share.cc
@@ -12,4 +12,8 @@ UserShare::UserShare() {}
UserShare::~UserShare() {}
+std::string UserShare::cache_guid() {
+ return directory->cache_guid();
+}
+
} // namespace syncer
« no previous file with comments | « sync/internal_api/public/user_share.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698