| Index: chrome/browser/sync/engine/syncapi.h
|
| diff --git a/chrome/browser/sync/engine/syncapi.h b/chrome/browser/sync/engine/syncapi.h
|
| index 98129fbfc2af4a8f9ef70d134ac368f6e455ccbe..f7318ad88eafdae4cfec1b803551cfb0fbb9e05f 100644
|
| --- a/chrome/browser/sync/engine/syncapi.h
|
| +++ b/chrome/browser/sync/engine/syncapi.h
|
| @@ -745,6 +745,10 @@ class SyncManager {
|
| // Count of useless and useful syncs we perform.
|
| int useless_sync_cycles;
|
| int useful_sync_cycles;
|
| +
|
| + // Encryption related.
|
| + bool encrypt_everything;
|
| + bool cryptographer_ready;
|
| };
|
|
|
| // An interface the embedding application implements to receive notifications
|
|
|