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 8359255a4899b0e8188ff6a4598b4ec29e13e90b..e14fcff4a69cea14555917f4355b5226a91c6a55 100644 |
--- a/chrome/browser/sync/internal_api/sync_manager.cc |
+++ b/chrome/browser/sync/internal_api/sync_manager.cc |
@@ -936,6 +936,7 @@ 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"; |
} |