| Index: chrome/test/data/webui/cr_elements/cr_policy_pref_indicator_tests.js
|
| diff --git a/chrome/test/data/webui/cr_elements/cr_policy_pref_indicator_tests.js b/chrome/test/data/webui/cr_elements/cr_policy_pref_indicator_tests.js
|
| index 13169cb5e4df31dc08a82640e2bfb5218780d786..3762b6ad2fb3a0685207c0b42cd7384feab3afad 100644
|
| --- a/chrome/test/data/webui/cr_elements/cr_policy_pref_indicator_tests.js
|
| +++ b/chrome/test/data/webui/cr_elements/cr_policy_pref_indicator_tests.js
|
| @@ -40,15 +40,6 @@ suite('CrPolicyPrefIndicator', function() {
|
| LIST: 'LIST',
|
| DICTIONARY: 'DICTIONARY',
|
| };
|
| -
|
| - // Set up strings used by policy indicator elements.
|
| - CrPolicyStrings = {
|
| - controlledSettingPolicy: 'policy',
|
| - controlledSettingRecommendedMatches: 'matches',
|
| - controlledSettingRecommendedDiffers: 'differs',
|
| - controlledSettingShared: 'shared: $1',
|
| - controlledSettingOwner: 'owner: $1',
|
| - };
|
| });
|
|
|
| setup(function() {
|
|
|