| 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 21fe22a11a7b4172f0fba9ac4a9862ebe5e3f62d..da0aae2703cc61dab62d09caff00a17f8992eb9b 100644
|
| --- a/chrome/browser/sync/glue/sync_backend_host.h
|
| +++ b/chrome/browser/sync/glue/sync_backend_host.h
|
| @@ -101,6 +101,9 @@ class SyncFrontend {
|
| virtual void OnMigrationNeededForTypes(
|
| const syncable::ModelTypeSet& types) = 0;
|
|
|
| + // Inform the Frontend that new datatypes are available for registration.
|
| + virtual void OnDataTypesChanged(const syncable::ModelTypeSet& to_add) = 0;
|
| +
|
| protected:
|
| // Don't delete through SyncFrontend interface.
|
| virtual ~SyncFrontend() {
|
|
|