| Index: ui/webui/resources/cr_elements/policy/cr_policy_pref_behavior.js
|
| diff --git a/ui/webui/resources/cr_elements/policy/cr_policy_pref_behavior.js b/ui/webui/resources/cr_elements/policy/cr_policy_pref_behavior.js
|
| index 47ca23bc2c41c0101f6d27c8aceecf1c1eb72f9c..0fd367c6238f3417266d038abf570cd81053fef5 100644
|
| --- a/ui/webui/resources/cr_elements/policy/cr_policy_pref_behavior.js
|
| +++ b/ui/webui/resources/cr_elements/policy/cr_policy_pref_behavior.js
|
| @@ -18,8 +18,8 @@ var CrPolicyPrefBehavior = {
|
| },
|
|
|
| /**
|
| - * @param {chrome.settingsPrivate.ControlledBy} controlledBy
|
| - * @param {chrome.settingsPrivate.Enforcement} enforcement
|
| + * @param {!chrome.settingsPrivate.ControlledBy|undefined} controlledBy
|
| + * @param {!chrome.settingsPrivate.Enforcement|undefined} enforcement
|
| * @return {CrPolicyIndicatorType} The indicator type based on |controlledBy|
|
| * and |enforcement|.
|
| */
|
|
|