diff options
Diffstat (limited to 'chrome/browser/sync/engine/all_status.cc')
-rw-r--r-- | chrome/browser/sync/engine/all_status.cc | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/chrome/browser/sync/engine/all_status.cc b/chrome/browser/sync/engine/all_status.cc index 7a0fabe..05b4f0f 100644 --- a/chrome/browser/sync/engine/all_status.cc +++ b/chrome/browser/sync/engine/all_status.cc @@ -188,11 +188,6 @@ void AllStatus::SetCryptoHasPendingKeys(bool has_pending_keys) { status_.crypto_has_pending_keys = has_pending_keys; } -void AllStatus::SetUniqueId(const std::string& guid) { - ScopedStatusLock lock(this); - status_.unique_id = guid; -} - ScopedStatusLock::ScopedStatusLock(AllStatus* allstatus) : allstatus_(allstatus) { allstatus->mutex_.Acquire(); |