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 fae26402ebd0091617284e44e07d56b844ef46a1..c8af16d97dc0201caa4393fb968917aa123acf07 100644 |
--- a/chrome/browser/resources/options/controlled_setting.js |
+++ b/chrome/browser/resources/options/controlled_setting.js |
@@ -51,7 +51,8 @@ cr.define('options', function() { |
Preferences.clearPref(this.pref, !this.dialogPref); |
}, |
- /* Handle changes to the associated pref by hiding any currently visible |
+ /** |
+ * Handle changes to the associated pref by hiding any currently visible |
* bubble and updating the controlledBy property. |
* @param {Event} event Pref change event. |
*/ |