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 81be5a20e2167fdf218231cc3241a2e877d4f842..5a0b0f638af4abbf0f5a731cc6ee76937ec75084 100644 |
--- a/chrome/browser/sync/glue/sync_backend_host.h |
+++ b/chrome/browser/sync/glue/sync_backend_host.h |
@@ -94,6 +94,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() { |