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

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

Issue 125883002: Remove redundant icon from controlled setting popup bubble. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: remove more lines Created 6 years, 11 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 | « chrome/browser/resources/options/controlled_setting.css ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/options/controlled_setting.js
diff --git a/chrome/browser/resources/options/controlled_setting.js b/chrome/browser/resources/options/controlled_setting.js
index 28674bd888b5dad456f6da6f0fc8f752ef4b43e3..bbf1de8fe945636401800ceaaf6ce4f3ed889665 100644
--- a/chrome/browser/resources/options/controlled_setting.js
+++ b/chrome/browser/resources/options/controlled_setting.js
@@ -136,8 +136,6 @@ cr.define('options', function() {
// Create the DOM tree.
var content = document.createElement('div');
- content.className = 'controlled-setting-bubble-content';
- content.setAttribute('controlled-by', this.controlledBy);
content.textContent = text;
if (this.controlledBy == 'hasRecommendation' && this.resetHandler_ &&
« no previous file with comments | « chrome/browser/resources/options/controlled_setting.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698