Home
last modified time | relevance | path

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

/dports/www/chromium-legacy/chromium-88.0.4324.182/components/sync/base/
H A Dsync_prefs.h192 void SetLastRunVersion(const std::string& current_version);
H A Dsync_prefs.cc599 void SyncPrefs::SetLastRunVersion(const std::string& current_version) { in SetLastRunVersion() function in syncer::SyncPrefs
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/sync/driver/
H A Dprofile_sync_service.cc256 sync_prefs_.SetLastRunVersion(current_version); in ProfileSyncService()