Index: chrome/browser/sync/engine/all_status.h |
=================================================================== |
--- chrome/browser/sync/engine/all_status.h (revision 110530) |
+++ chrome/browser/sync/engine/all_status.h (working copy) |
@@ -47,6 +47,8 @@ |
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. |