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

Unified Diff: components/sync_driver/data_type_controller.cc

Issue 312163004: [Sync] Add support for dynamically enabling/disabling types (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 6 years, 6 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_controller.cc
diff --git a/components/sync_driver/data_type_controller.cc b/components/sync_driver/data_type_controller.cc
index 24f463cd30a4532a4225145f8948a682cdc5ac29..a3a867c12c5ac290a52b93e199bc435197a59d66 100644
--- a/components/sync_driver/data_type_controller.cc
+++ b/components/sync_driver/data_type_controller.cc
@@ -65,4 +65,8 @@ void DataTypeController::RecordUnrecoverableError(
error_callback_.Run();
}
+bool DataTypeController::ReadyForStart() const {
+ return true;
+}
+
} // namespace browser_sync

Powered by Google App Engine
This is Rietveld 408576698