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

Unified Diff: chrome/browser/sync/glue/data_type_manager_impl.h

Issue 7511004: [Sync] Refactor data type configuration/activation/deactivation (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix tests, address comments Created 9 years, 4 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: chrome/browser/sync/glue/data_type_manager_impl.h
diff --git a/chrome/browser/sync/glue/data_type_manager_impl.h b/chrome/browser/sync/glue/data_type_manager_impl.h
index 65db0058a3419ca4867a4334a6ba7d9f5707d5eb..28c9751a119055212f88e36d50194432c11b7aaa 100644
--- a/chrome/browser/sync/glue/data_type_manager_impl.h
+++ b/chrome/browser/sync/glue/data_type_manager_impl.h
@@ -31,6 +31,7 @@ class DataTypeManagerImpl : public DataTypeManager {
virtual void Configure(const TypeSet& desired_types,
sync_api::ConfigureReason reason);
+ // Needed only for backend migration.
virtual void ConfigureWithoutNigori(const TypeSet& desired_types,
sync_api::ConfigureReason reason);

Powered by Google App Engine
This is Rietveld 408576698