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

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: Address comment, fix purging behavior 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 3514a16cfba2ea952be704a38da573043c8a2c2b..0d9d0aaa5ec007f221d95daefad48c8c7df755d3 100644
--- a/components/sync_driver/data_type_controller.cc
+++ b/components/sync_driver/data_type_controller.cc
@@ -56,4 +56,8 @@ DataTypeController::disable_callback() {
return disable_callback_;
}
+bool DataTypeController::ReadyForStart() const {
+ return true;
+}
+
} // namespace browser_sync

Powered by Google App Engine
This is Rietveld 408576698