| Index: chrome/browser/sync/engine/all_status.h
|
| diff --git a/chrome/browser/sync/engine/all_status.h b/chrome/browser/sync/engine/all_status.h
|
| index d8350e2495bf7b91068188f7429f32a193c1ad64..d85e73f6fdb8356de5ba61217c17d15593127f12 100644
|
| --- a/chrome/browser/sync/engine/all_status.h
|
| +++ b/chrome/browser/sync/engine/all_status.h
|
| @@ -47,6 +47,8 @@ class AllStatus : public SyncEngineEventListener {
|
| void SetCryptographerReady(bool ready);
|
| void SetCryptoHasPendingKeys(bool has_pending_keys);
|
|
|
| + void SetUniqueId(const std::string& guid);
|
| +
|
| protected:
|
| // Examines syncer to calculate syncing and the unsynced count,
|
| // and returns a Status with new values.
|
|
|