| 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 23b5bc8abe6341a5e64f908435a21602cd876c30..433a8be0b97e4bf12bab8bbfa3a3721c54649f0d 100644
|
| --- a/chrome/browser/sync/test/integration/enable_disable_test.cc
|
| +++ b/chrome/browser/sync/test/integration/enable_disable_test.cc
|
| @@ -112,6 +112,10 @@ IN_PROC_BROWSER_TEST_F(EnableDisableSingleClientTest, DisableOneAtATime) {
|
| it.Get() == syncer::SYNCED_NOTIFICATION_APP_INFO)
|
| continue;
|
|
|
| + // Device info cannot be disabled.
|
| + if (it.Get() == syncer::DEVICE_INFO)
|
| + continue;
|
| +
|
| ASSERT_TRUE(GetClient(0)->DisableSyncForDatatype(it.Get()));
|
|
|
| // AUTOFILL_PROFILE is lumped together with AUTOFILL.
|
|
|