| Index: ui/webui/resources/cr_elements/policy/cr_policy_indicator_behavior.js
|
| diff --git a/ui/webui/resources/cr_elements/policy/cr_policy_indicator_behavior.js b/ui/webui/resources/cr_elements/policy/cr_policy_indicator_behavior.js
|
| index 606d81a4839c347860b599b80d2acf41cae858aa..832c0a303656c3db197fde910a0ff4fda065b7f3 100644
|
| --- a/ui/webui/resources/cr_elements/policy/cr_policy_indicator_behavior.js
|
| +++ b/ui/webui/resources/cr_elements/policy/cr_policy_indicator_behavior.js
|
| @@ -26,7 +26,7 @@ var CrPolicyIndicatorBehavior = {
|
| */
|
| isIndicatorVisible: function(type) {
|
| return type != CrPolicyIndicatorType.NONE &&
|
| - type != CrPolicyIndicatorType.EXTENSION;
|
| + type != CrPolicyIndicatorType.EXTENSION;
|
| },
|
|
|
| /**
|
| @@ -62,7 +62,7 @@ var CrPolicyIndicatorBehavior = {
|
| * @param {string=} opt_name An optional name argument.
|
| * @return The translated string.
|
| */
|
| - i18n_: function (id, opt_name) {
|
| + i18n_: function(id, opt_name) {
|
| return loadTimeData.getStringF(id, opt_name);
|
| },
|
|
|
|
|