| Index: chrome/browser/sync/profile_sync_service_harness.h
|
| diff --git a/chrome/browser/sync/profile_sync_service_harness.h b/chrome/browser/sync/profile_sync_service_harness.h
|
| index 7ae069c2b81701571379848360d1bf9af25e1250..200d8b98c43ac7d74faa1a74347d4cc1c1f004ef 100644
|
| --- a/chrome/browser/sync/profile_sync_service_harness.h
|
| +++ b/chrome/browser/sync/profile_sync_service_harness.h
|
| @@ -359,6 +359,11 @@ class ProfileSyncServiceHarness
|
| // related bookkeeping information for verification.
|
| browser_sync::RetryVerifier retry_verifier_;
|
|
|
| + // Flag set to true when we're waiting for a status change to happen. Used to
|
| + // avoid triggering internal state machine logic on unexpected sync observer
|
| + // callbacks.
|
| + bool waiting_for_status_change_;
|
| +
|
| DISALLOW_COPY_AND_ASSIGN(ProfileSyncServiceHarness);
|
| };
|
|
|
|
|