| Index: ui/webui/resources/cr_elements/policy/cr_policy_pref_indicator.js
|
| diff --git a/ui/webui/resources/cr_elements/policy/cr_policy_pref_indicator.js b/ui/webui/resources/cr_elements/policy/cr_policy_pref_indicator.js
|
| index 532b076333e21247fa4e7a56c16edb6a06a77d41..99d5b082bfc9361578d1fadeae1497f88e8da27f 100644
|
| --- a/ui/webui/resources/cr_elements/policy/cr_policy_pref_indicator.js
|
| +++ b/ui/webui/resources/cr_elements/policy/cr_policy_pref_indicator.js
|
| @@ -48,6 +48,8 @@ Polymer({
|
| return CrPolicyIndicatorType.RECOMMENDED;
|
| if (enforcement == chrome.settingsPrivate.Enforcement.ENFORCED) {
|
| switch (controlledBy) {
|
| + case chrome.settingsPrivate.ControlledBy.EXTENSION:
|
| + return CrPolicyIndicatorType.EXTENSION;
|
| case chrome.settingsPrivate.ControlledBy.PRIMARY_USER:
|
| return CrPolicyIndicatorType.PRIMARY_USER;
|
| case chrome.settingsPrivate.ControlledBy.OWNER:
|
|
|