| Index: chrome/browser/sync/glue/sync_backend_host_impl.h
|
| diff --git a/chrome/browser/sync/glue/sync_backend_host_impl.h b/chrome/browser/sync/glue/sync_backend_host_impl.h
|
| index 24e621513239c4b52efa5f5a1c714c482d949be6..d4568a245cb69658e28da410d80da9014f0cec37 100644
|
| --- a/chrome/browser/sync/glue/sync_backend_host_impl.h
|
| +++ b/chrome/browser/sync/glue/sync_backend_host_impl.h
|
| @@ -124,7 +124,8 @@ class SyncBackendHostImpl
|
| virtual void GetModelSafeRoutingInfo(
|
| syncer::ModelSafeRoutingInfo* out) const OVERRIDE;
|
| virtual SyncedDeviceTracker* GetSyncedDeviceTracker() const OVERRIDE;
|
| - virtual void SetForwardProtocolEvents(bool forward) OVERRIDE;
|
| + virtual void RequestBufferedProtocolEventsAndEnableForwarding() OVERRIDE;
|
| + virtual void DisableProtocolEventForwarding() OVERRIDE;
|
| virtual base::MessageLoop* GetSyncLoopForTesting() OVERRIDE;
|
|
|
| protected:
|
|
|