| 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 8dee37f35873e83ca9c864836fd88540894e7d9b..5693011765feab7f910f522fc29bb69122203dc2 100644
|
| --- a/chrome/browser/sync/glue/sync_backend_host_impl.h
|
| +++ b/chrome/browser/sync/glue/sync_backend_host_impl.h
|
| @@ -127,6 +127,7 @@ class SyncBackendHostImpl
|
| const syncer::BaseTransaction* trans) const OVERRIDE;
|
| virtual void GetModelSafeRoutingInfo(
|
| syncer::ModelSafeRoutingInfo* out) const OVERRIDE;
|
| + virtual void FlushDirectory() const OVERRIDE;
|
| virtual void RequestBufferedProtocolEventsAndEnableForwarding() OVERRIDE;
|
| virtual void DisableProtocolEventForwarding() OVERRIDE;
|
| virtual void EnableDirectoryTypeDebugInfoForwarding() OVERRIDE;
|
|
|