| 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 691586a0e956c8d34e30ae6618a243f87e1178ac..ed59e3ad38e2499beb7bd8dca3f68f208cd7ff77 100644
|
| --- a/chrome/browser/sync/glue/sync_backend_host.h
|
| +++ b/chrome/browser/sync/glue/sync_backend_host.h
|
| @@ -38,6 +38,7 @@ class Profile;
|
| namespace browser_sync {
|
|
|
| class ChangeProcessor;
|
| +struct Experiments;
|
| class JsBackend;
|
| class JsEventHandler;
|
| class SyncBackendRegistrar;
|
| @@ -121,7 +122,8 @@ class SyncFrontend {
|
| syncable::ModelTypeSet types) = 0;
|
|
|
| // Inform the Frontend that new datatypes are available for registration.
|
| - virtual void OnDataTypesChanged(syncable::ModelTypeSet to_add) = 0;
|
| + virtual void OnExperimentsChanged(
|
| + const browser_sync::Experiments& experiments) = 0;
|
|
|
| // Called when the sync cycle returns there is an user actionable error.
|
| virtual void OnActionableError(
|
|
|