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

Unified Diff: chrome/browser/resources/options/options_page.js

Issue 8423031: Fix failing policy_prefs_ui tests (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge with trunk. Created 9 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
« no previous file with comments | « no previous file | chrome/test/functional/PYAUTO_TESTS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/options/options_page.js
diff --git a/chrome/browser/resources/options/options_page.js b/chrome/browser/resources/options/options_page.js
index e88b240943f929aebd2e324afb97a208eec74c60..6a5a8bd328f54cc5a797f60907fcb607609fd8c2 100644
--- a/chrome/browser/resources/options/options_page.js
+++ b/chrome/browser/resources/options/options_page.js
@@ -857,7 +857,7 @@ cr.define('options', function() {
var controlledByPolicy = false;
var controlledByExtension = false;
- var inputElements = this.pageDiv.querySelectorAll('input[controlledBy]');
+ var inputElements = this.pageDiv.querySelectorAll('input[controlled-by]');
for (var i = 0, len = inputElements.length; i < len; i++) {
if (inputElements[i].controlledBy == 'policy')
controlledByPolicy = true;
« no previous file with comments | « no previous file | chrome/test/functional/PYAUTO_TESTS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698