Index: chrome/browser/sync/glue/sync_backend_host.h |
diff --git a/chrome/browser/sync/glue/sync_backend_host.h b/chrome/browser/sync/glue/sync_backend_host.h |
index 3edd648e14dfdc9f168bc2cbc61e105f0e097128..fdfc7b45b288ce92298c8c133bf4c9f67b18aa20 100644 |
--- a/chrome/browser/sync/glue/sync_backend_host.h |
+++ b/chrome/browser/sync/glue/sync_backend_host.h |
@@ -142,6 +142,19 @@ class SyncBackendHost : public browser_sync::ModelSafeWorkerRegistrar { |
virtual void ConfigureDataTypes(const syncable::ModelTypeSet& types, |
CancelableTask* ready_task); |
+ syncable::AutofillMigrationState |
+ GetAutofillMigrationState(); |
+ |
+ void SetAutofillMigrationState( |
+ syncable::AutofillMigrationState state); |
+ |
+ syncable::AutofillMigrationDebugInfo |
+ GetAutofillMigrationDebugInfo(); |
+ |
+ void SetAutofillMigrationDebugInfo( |
+ syncable::AutofillMigrationDebugInfo::PropertyToSet property_to_set, |
+ const syncable::AutofillMigrationDebugInfo& info); |
+ |
// Activates change processing for the given data type. This must |
// be called synchronously with the data type's model association so |
// no changes are dropped between model association and change |
@@ -445,6 +458,8 @@ class SyncBackendHost : public browser_sync::ModelSafeWorkerRegistrar { |
UIModelWorker* ui_worker(); |
+ void ConfigureAutofillMigration(); |
+ |
// A thread we dedicate for use by our Core to perform initialization, |
// authentication, handle messages from the syncapi, and periodically tell |
// the syncapi to persist itself. |