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

Unified Diff: components/browser_sync/profile_sync_service.h

Issue 2649133012: [Sync] Calculate active types and track catch up in DTMI not PSS. (Closed)
Patch Set: Fix ProfileSyncServiceTest. Created 3 years, 11 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
« no previous file with comments | « no previous file | components/browser_sync/profile_sync_service.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/browser_sync/profile_sync_service.h
diff --git a/components/browser_sync/profile_sync_service.h b/components/browser_sync/profile_sync_service.h
index 43c8f8bb7949c0c5b59a8edc8368ac970b256026..6275c2e6cbbdbc8dedb49bf4a21f452c744e56ed 100644
--- a/components/browser_sync/profile_sync_service.h
+++ b/components/browser_sync/profile_sync_service.h
@@ -937,12 +937,6 @@ class ProfileSyncService : public syncer::SyncServiceBase,
std::unique_ptr<syncer::SyncEncryptionHandler::NigoriState>
saved_nigori_state_;
- // When BeginConfigureCatchUpBeforeClear is called it will set
- // catch_up_configure_in_progress_ to true. This is needed to detect that call
- // to OnConfigureDone originated from BeginConfigureCatchUpBeforeClear and
- // needs to be followed by ClearAndRestartSyncForPassphraseEncryption().
- bool catch_up_configure_in_progress_;
pavely 2017/01/26 18:02:51 I don't think we should move this field to DTM. Ha
maxbogue 2017/01/26 18:41:39 It does, because one function I want to move out o
-
// Whether the major version has changed since the last time Chrome ran,
// and therefore a passphrase required state should result in prompting
// the user. This logic is only enabled on platforms that consume the
« no previous file with comments | « no previous file | components/browser_sync/profile_sync_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698