| Index: ui/webui/resources/cr_elements/policy/cr_policy_network_indicator.js
|
| diff --git a/ui/webui/resources/cr_elements/policy/cr_policy_network_indicator.js b/ui/webui/resources/cr_elements/policy/cr_policy_network_indicator.js
|
| index d3ca5f4dcaaf0a2b67f9585815db13e9cb744cda..ac1e7792153cbd40a49ec97a812c4fff4cbc613b 100644
|
| --- a/ui/webui/resources/cr_elements/policy/cr_policy_network_indicator.js
|
| +++ b/ui/webui/resources/cr_elements/policy/cr_policy_network_indicator.js
|
| @@ -77,7 +77,7 @@ Polymer({
|
| * @private
|
| */
|
| getTooltip_: function(type, property, recommended) {
|
| - if (type == CrPolicyIndicatorType.NONE || typeof property != 'object')
|
| + if (type == CrPolicyIndicatorType.NONE)
|
| return '';
|
| if (type == CrPolicyIndicatorType.RECOMMENDED) {
|
| var value = property.Active;
|
|
|