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

Unified Diff: components/sync/driver/data_type_manager_impl.h

Issue 2485773003: [Sync] Ensure unready types' state is updated before every reconfiguration (Closed)
Patch Set: Address comment from Nicolas. Created 4 years, 1 month 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/sync/driver/data_type_manager_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 0e98753f8d1af3b5f8a95c574eee39a2905934a8..0f1649bc251f1bdae6340997d0c12a14d5b3cfeb 100644
--- a/components/sync/driver/data_type_manager_impl.h
+++ b/components/sync/driver/data_type_manager_impl.h
@@ -99,6 +99,10 @@ class DataTypeManagerImpl : public DataTypeManager,
// high priority to low priority.
TypeSetPriorityList PrioritizeTypes(const ModelTypeSet& types);
+ // Update unready state of types in data_type_status_table_ to match value of
+ // DataTypeController::ReadyForStart().
+ void UpdateUnreadyTypeErrors(const ModelTypeSet& desired_types);
+
// Post a task to reconfigure when no downloading or association are running.
void ProcessReconfigure();
« no previous file with comments | « no previous file | components/sync/driver/data_type_manager_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698