| 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 d85e73f6fdb8356de5ba61217c17d15593127f12..d8350e2495bf7b91068188f7429f32a193c1ad64 100644
|
| --- a/chrome/browser/sync/engine/all_status.h
|
| +++ b/chrome/browser/sync/engine/all_status.h
|
| @@ -47,8 +47,6 @@ 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.
|
|
|