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

Unified Diff: components/sync/driver/data_type_manager_impl.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
Index: components/sync/driver/data_type_manager_impl.h
diff --git a/components/sync/driver/data_type_manager_impl.h b/components/sync/driver/data_type_manager_impl.h
index 2f64a457433cca49c8b154ab56aee3cfa6a6e771..728d9461669e86d8e6a989c8afe04c7960a420ed 100644
--- a/components/sync/driver/data_type_manager_impl.h
+++ b/components/sync/driver/data_type_manager_impl.h
@@ -56,6 +56,7 @@ class DataTypeManagerImpl : public DataTypeManager,
ConfigureReason reason) override;
void Stop() override;
+ ModelTypeSet GetActiveDataTypes() const override;
State state() const override;
// |ModelAssociationManagerDelegate| implementation.

Powered by Google App Engine
This is Rietveld 408576698