| Index: chrome/browser/sync/internal_api/sync_manager.cc
|
| diff --git a/chrome/browser/sync/internal_api/sync_manager.cc b/chrome/browser/sync/internal_api/sync_manager.cc
|
| index 1719a57fbcea07ab437e8d941fe7811ef08892dc..f4fe74fc7959b2025cbe6d411db6e638710a7585 100644
|
| --- a/chrome/browser/sync/internal_api/sync_manager.cc
|
| +++ b/chrome/browser/sync/internal_api/sync_manager.cc
|
| @@ -935,7 +935,6 @@ bool SyncManager::SyncInternal::SignIn(const SyncCredentials& credentials) {
|
| base::Base64Encode(state, &encoded_state);
|
| VLOG(1) << "Read notification state: " << encoded_state;
|
| }
|
| - allstatus_.SetUniqueId(unique_id);
|
| } else {
|
| LOG(ERROR) << "Could not read notification unique ID/state";
|
| }
|
|
|