| Index: components/signin/core/browser/account_reconcilor.h
|
| diff --git a/components/signin/core/browser/account_reconcilor.h b/components/signin/core/browser/account_reconcilor.h
|
| index 018dfd24be1a03e17559312274e39ae0e17db7c9..5201e03dc33f6848b2091f1fe72b2dafdde52c17 100644
|
| --- a/components/signin/core/browser/account_reconcilor.h
|
| +++ b/components/signin/core/browser/account_reconcilor.h
|
| @@ -223,6 +223,9 @@ class AccountReconcilor : public KeyedService,
|
| // this profile.
|
| bool is_reconcile_started_;
|
|
|
| + // True iff this is the first time the reconcilor is executing.
|
| + bool first_execution_;
|
| +
|
| // Used during reconcile action.
|
| // These members are used used to validate the gaia cookie. |gaia_accounts_|
|
| // holds the state of google accounts in the gaia cookie. Each element is
|
|
|