Home
last modified time | relevance | path

Searched refs:kSyncSessionsGUID (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/components/sync_driver/
Dpref_names.cc91 const char kSyncSessionsGUID[] = "sync.session_sync_guid"; variable
Dpref_names.h59 extern const char kSyncSessionsGUID[];
Dsync_prefs.cc120 prefs::kSyncSessionsGUID, in RegisterProfilePrefs()
281 return pref_service_->GetString(prefs::kSyncSessionsGUID); in GetSyncSessionsGUID()
286 pref_service_->SetString(prefs::kSyncSessionsGUID, guid); in SetSyncSessionsGUID()