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

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

Issue 10854050: sync: Remove WITH_NIGORI and WITHOUT_NIGORI flags (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix nit Created 8 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
« no previous file with comments | « no previous file | chrome/browser/sync/glue/data_type_manager_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/sync/glue/backend_data_type_configurer.h
diff --git a/chrome/browser/sync/glue/backend_data_type_configurer.h b/chrome/browser/sync/glue/backend_data_type_configurer.h
index 1a2d3f1f5bf8b48b0a2aed1fb901291002dccc6f..894f820cb5987e1728d2a9630d7e27fa5e5e7b00 100644
--- a/chrome/browser/sync/glue/backend_data_type_configurer.h
+++ b/chrome/browser/sync/glue/backend_data_type_configurer.h
@@ -16,10 +16,6 @@ namespace browser_sync {
// removed data types.
class BackendDataTypeConfigurer {
public:
- // Enum representing the two "modes" of configuration.
- // WITHOUT_NIGORI is only used by migration.
- enum NigoriState { WITHOUT_NIGORI, WITH_NIGORI };
-
// Configures the given set of types to add and remove.
// |ready_task| is called on the same thread as ConfigureDataTypes
// is called when configuration is done with the set of data types
@@ -35,7 +31,6 @@ class BackendDataTypeConfigurer {
syncer::ConfigureReason reason,
syncer::ModelTypeSet types_to_add,
syncer::ModelTypeSet types_to_remove,
- NigoriState nigori_state,
const base::Callback<void(syncer::ModelTypeSet)>& ready_task,
const base::Callback<void()>& retry_callback) = 0;
« no previous file with comments | « no previous file | chrome/browser/sync/glue/data_type_manager_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698