Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3796)

Unified Diff: chrome/browser/resources/options/chromeos/network_list.js

Issue 11078023: Add controlled setting indicators for content settings (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Mark which of the policies considered can be recommended. Created 8 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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');
},

Powered by Google App Engine
This is Rietveld 408576698