Index: chrome/browser/sync/sync_prefs.h |
diff --git a/chrome/browser/sync/sync_prefs.h b/chrome/browser/sync/sync_prefs.h |
index 21b0c134007f2d43ca69a78574276d027a19b704..411e95ec9a6f84e3f80e2b0cbf08277a99d957d9 100644 |
--- a/chrome/browser/sync/sync_prefs.h |
+++ b/chrome/browser/sync/sync_prefs.h |
@@ -110,6 +110,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); |