DescriptionEnsure that isSyncable is set when Chrome sync is enabled.
If isSyncable is false, but sync is enabled for Chrome, even if you
sign in, Chrome never sets syncable to true.
This CL ensures that syncable is always set to true if there is an
account signed in, regardless of whether chrome sync is enabled or not.
BUG=475299
TEST=Regression test added, plus:
Ensure that
$ adb shell dumpsys content
should show syncable=0 and enabled=true
Sign in to Chrome. Now dumpsys should say syncable=1 and enabled=true.
Patch Set 1 #
Messages
Total messages: 2 (0 generated)
|