| Index: components/sync/engine_impl/all_status.h
|
| diff --git a/components/sync/engine_impl/all_status.h b/components/sync/engine_impl/all_status.h
|
| index 3596cb037055a84b19e1a5ff7124ab1a89d20fc8..3acace09dab0f830307146b467ecf46dbcf28e5a 100644
|
| --- a/components/sync/engine_impl/all_status.h
|
| +++ b/components/sync/engine_impl/all_status.h
|
| @@ -43,6 +43,7 @@ class AllStatus : public SyncEngineEventListener {
|
| void OnActionableError(const SyncProtocolError& error) override;
|
| void OnRetryTimeChanged(base::Time retry_time) override;
|
| void OnThrottledTypesChanged(ModelTypeSet throttled_types) override;
|
| + void OnBackedOffTypesChanged(ModelTypeSet backed_off_types) override;
|
| void OnMigrationRequested(ModelTypeSet types) override;
|
| void OnProtocolEvent(const ProtocolEvent& event) override;
|
|
|
|
|