Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(397)

Unified Diff: components/signin/core/browser/account_reconcilor.h

Issue 276463002: non-new-profile-management creates a "no-op" style account_reconcilor, (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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..7083a653146a0eaa3d2553d51f5aa4e8aa0cc9d0 100644
--- a/components/signin/core/browser/account_reconcilor.h
+++ b/components/signin/core/browser/account_reconcilor.h
@@ -230,6 +230,11 @@ class AccountReconcilor : public KeyedService,
// indicates whether the account is valid or not. The accounts in the vector
// are ordered the in same way as the gaia cookie.
bool are_gaia_accounts_set_;
+
+ // Set noop_only mode of the account reconciler should do all the tracking
noms (inactive) 2014/05/07 14:57:24 I don't think I understand this comment very well.
Roger Tawa OOO till Jul 10th 2014/05/07 16:14:45 The mirror promo may change the value returned by
Mike Lerman 2014/05/08 15:17:50 Ok, so since the value will not be cached this var
+ // and statistical gathering that would be performed during reconciliation,
+ // but not perform any account, token or cookie merges.
+ bool noop_only_mode_;
std::vector<std::pair<std::string, bool> > gaia_accounts_;
// Used during reconcile action.

Powered by Google App Engine
This is Rietveld 408576698