| Index: chrome/browser/sync/test/integration/enable_disable_test.cc
|
| diff --git a/chrome/browser/sync/test/integration/enable_disable_test.cc b/chrome/browser/sync/test/integration/enable_disable_test.cc
|
| index c1ef8a8f1738f7dccc6d3d542352505e1a9f7c71..23165262abfbb8acef1fbbbafdd6674dcaa4860c 100644
|
| --- a/chrome/browser/sync/test/integration/enable_disable_test.cc
|
| +++ b/chrome/browser/sync/test/integration/enable_disable_test.cc
|
| @@ -111,7 +111,8 @@ IN_PROC_BROWSER_TEST_F(EnableDisableSingleClientTest, DisableOneAtATime) {
|
| it.Good(); it.Inc()) {
|
| // MANAGED_USERS is always synced.
|
| if (it.Get() == syncer::MANAGED_USERS ||
|
| - it.Get() == syncer::SYNCED_NOTIFICATIONS)
|
| + it.Get() == syncer::SYNCED_NOTIFICATIONS ||
|
| + it.Get() == syncer::SYNCED_NOTIFICATION_APP_INFO)
|
| continue;
|
|
|
| ASSERT_TRUE(GetClient(0)->DisableSyncForDatatype(it.Get()));
|
|
|