Chromium Code Reviews| Index: components/browser_sync/profile_sync_service.h |
| diff --git a/components/browser_sync/profile_sync_service.h b/components/browser_sync/profile_sync_service.h |
| index ee7fa2f9e7d73680d692b5f2188feb659dd10acf..7ec267909816b4d61b5f886c4f71fd1c5b135383 100644 |
| --- a/components/browser_sync/profile_sync_service.h |
| +++ b/components/browser_sync/profile_sync_service.h |
| @@ -569,6 +569,10 @@ class ProfileSyncService : public syncer::SyncServiceBase, |
| // Triggers sync cycle with request to update specified |types|. |
| void RefreshTypesForTest(syncer::ModelTypeSet types); |
| + // Calls sync engine to send ClearServerDataMessage to server. This is used |
| + // for end to end testing |
|
skym
2017/03/07 21:32:25
Punctuation.
wylieb
2017/03/07 23:04:40
Done.
|
| + void ClearServerDataForTest(const base::Closure& callback); |
| + |
| protected: |
| // SyncServiceBase implementation. |
| syncer::SyncCredentials GetCredentials() override; |