Chromium Code Reviews| Index: chrome/browser/sync/test/integration/single_client_wallet_sync_test.cc |
| diff --git a/chrome/browser/sync/test/integration/single_client_wallet_sync_test.cc b/chrome/browser/sync/test/integration/single_client_wallet_sync_test.cc |
| index ccf77cfebd5aaee0648f5c5f7706de4a2096cc38..f01431d87b99852b23641383287eee20ec73fcf1 100644 |
| --- a/chrome/browser/sync/test/integration/single_client_wallet_sync_test.cc |
| +++ b/chrome/browser/sync/test/integration/single_client_wallet_sync_test.cc |
| @@ -77,10 +77,7 @@ class SingleClientWalletSyncTest : public SyncTest { |
| // Note: we use the experiments type here as we want to be able to trigger a |
| // sync cycle even when wallet is not enabled yet. |
| const syncer::ModelTypeSet kExperimentsType(syncer::EXPERIMENTS); |
| - content::NotificationService::current()->Notify( |
| - chrome::NOTIFICATION_SYNC_REFRESH_LOCAL, |
| - content::Source<Profile>(GetProfile(0)), |
| - content::Details<const syncer::ModelTypeSet>(&kExperimentsType)); |
| + TriggerSyncForModelTypes(0, kExperimentsType); |
|
maniscalco
2015/05/08 20:13:18
Nice to have this in a method. Are there others t
pval...(no longer on Chromium)
2015/05/08 22:34:19
I had originally skipped this one, but it looks li
|
| } |
| private: |