| 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 a453f1f68bb7a906c1674226f8eaf20d331ae625..4f8e2982f90221edf682e0166692605964f271cf 100644
|
| --- a/chrome/browser/sync/engine/all_status.h
|
| +++ b/chrome/browser/sync/engine/all_status.h
|
| @@ -46,6 +46,9 @@ class AllStatus : public SyncEngineEventListener {
|
|
|
| void IncrementNotificationsReceived();
|
|
|
| + void SetEncryptEverything(bool everything);
|
| + void SetCryptographerReady(bool ready);
|
| +
|
| protected:
|
| // Examines syncer to calculate syncing and the unsynced count,
|
| // and returns a Status with new values.
|
|
|