Index: chrome/browser/sync/sync_prefs.h |
diff --git a/chrome/browser/sync/sync_prefs.h b/chrome/browser/sync/sync_prefs.h |
index b0b2fb0f18ce82bfb1325088b678cd0a9bb93cc5..d48f7721ae80f8ae869427e5dcda422940d2fa27 100644 |
--- a/chrome/browser/sync/sync_prefs.h |
+++ b/chrome/browser/sync/sync_prefs.h |
@@ -111,6 +111,10 @@ class SyncPrefs : NON_EXPORTED_BASE(public base::NonThreadSafe), |
std::string GetKeystoreEncryptionBootstrapToken() const; |
void SetKeystoreEncryptionBootstrapToken(const std::string& token); |
+ // Use this for the unique machine tag used for session sync. |
+ std::string GetSyncSessionsGUID() const; |
+ void SetSyncSessionsGUID(const std::string& guid); |
+ |
// Maps |data_type| to its corresponding preference name. |
static const char* GetPrefNameForDataType(syncer::ModelType data_type); |