Chromium Code Reviews| 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..3ae48a01086c16c39852ce18b0c031a33dca147b 100644 |
| --- a/components/signin/core/browser/account_reconcilor.h |
| +++ b/components/signin/core/browser/account_reconcilor.h |
| @@ -223,6 +223,8 @@ class AccountReconcilor : public KeyedService, |
| // this profile. |
| bool is_reconcile_started_; |
| + bool first_execution_; |
|
Roger Tawa OOO till Jul 10th
2014/05/07 17:05:38
Please add a comment for this member.
Mike Lerman
2014/05/07 18:49:37
Done.
|
| + |
| // 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 |