| 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 6e0d2eb7396090f12d27181a0616072b79825f8a..cefe326cb756409d94418e8feb00936666b00a2d 100644
|
| --- a/chrome/browser/sync/glue/sync_backend_host.h
|
| +++ b/chrome/browser/sync/glue/sync_backend_host.h
|
| @@ -222,6 +222,10 @@ class SyncBackendHost : public sync_driver::BackendDataTypeConfigurer {
|
| // Triggers sync cycle to update |types|.
|
| virtual void RefreshTypesForTest(syncer::ModelTypeSet types) = 0;
|
|
|
| + // See SyncManager::ClearServerData.
|
| + virtual void ClearServerData(
|
| + const syncer::SyncManager::ClearServerDataCallback& callback) = 0;
|
| +
|
| DISALLOW_COPY_AND_ASSIGN(SyncBackendHost);
|
| };
|
|
|
|
|