Chromium Code Reviews| Index: chrome/browser/sync/internal_api/sync_manager.cc |
| =================================================================== |
| --- chrome/browser/sync/internal_api/sync_manager.cc (revision 110530) |
| +++ chrome/browser/sync/internal_api/sync_manager.cc (working copy) |
| @@ -935,6 +935,7 @@ |
| 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"; |
| } |