Chromium Code Reviews| 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..7a66c951361b325220cb796df2a0e9e63d467252 100644 |
| --- a/chrome/browser/sync/glue/sync_backend_host.h |
| +++ b/chrome/browser/sync/glue/sync_backend_host.h |
| @@ -101,6 +101,8 @@ class SyncFrontend { |
| virtual void OnMigrationNeededForTypes( |
| const syncable::ModelTypeSet& types) = 0; |
| + virtual void OnDataTypesChanged(const syncable::ModelTypeSet& to_add) = 0; |
|
tim (not reviewing)
2011/08/23 13:58:52
Add a descriptive comment.
Nicolas Zea
2011/08/23 16:48:25
Done.
|
| + |
| protected: |
| // Don't delete through SyncFrontend interface. |
| virtual ~SyncFrontend() { |