Chromium Code Reviews| Index: chrome/browser/resources/options/chromeos/network_list.js |
| diff --git a/chrome/browser/resources/options/chromeos/network_list.js b/chrome/browser/resources/options/chromeos/network_list.js |
| index 907e92c9c6ca86cbead17d163e9508b2ba262967..be97ef66712b26cccf8f850eaf218fc8e4a13097 100644 |
| --- a/chrome/browser/resources/options/chromeos/network_list.js |
| +++ b/chrome/browser/resources/options/chromeos/network_list.js |
| @@ -1032,7 +1032,6 @@ cr.define('options.network', function() { |
| this.controlledBy = 'policy'; |
| var policyLabel = loadTimeData.getString('managedNetwork'); |
| this.setAttribute('textPolicy', policyLabel); |
| - this.className = 'controlled-setting-indicator'; |
|
Joao da Silva
2012/10/15 08:02:32
Why is this on this CL?
bartfab (slow)
2012/10/15 12:34:07
Because the parent class now explicitly sets the c
|
| this.removeAttribute('tabindex'); |
| }, |