https://codereview.chromium.org/2701003002 accidentally removed break after case SUPERVISED_USER_SHARED_SETTINGS: |
||
Issue description
@@ -269,21 +249,39 @@
break;
case SUPERVISED_USER_SHARED_SETTINGS:
specifics->mutable_managed_user_shared_setting();
- break;
- case SUPERVISED_USER_WHITELISTS:
- specifics->mutable_managed_user_whitelist();
- break;
https://codereview.chromium.org/2701003002/diff/140001/components/sync/syncable/model_type.cc
So case SUPERVISED_USER_SHARED_SETTINGS: always falls through to the case ARTICLES. I don't know what the repercussions of that are, but it looks unintentional.
,
Jan 30 2018
|
||
►
Sign in to add a comment |
||
Comment 1 by bugdroid1@chromium.org
, Jan 30 2018