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

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

Issue 560563004: Compile chrome://settings, part 5 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@H_make_public
Patch Set: fixed assert errors Created 6 years, 3 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/pref_ui.js
diff --git a/chrome/browser/resources/options/pref_ui.js b/chrome/browser/resources/options/pref_ui.js
index c6c49ffa7e1ad04878e07d19cd6228acfa188fdb..e825b689cec5fdb097af3c7801d09d1fb1df7b7e 100644
--- a/chrome/browser/resources/options/pref_ui.js
+++ b/chrome/browser/resources/options/pref_ui.js
@@ -155,7 +155,11 @@ cr.define('options', function() {
/////////////////////////////////////////////////////////////////////////////
// PrefCheckbox class:
- // Define a constructor that uses an input element as its underlying element.
+ /**
+ * Define a constructor that uses an input element as its underlying element.
+ * @constructor
+ * @extends {options.PrefInputElement}
+ */
var PrefCheckbox = cr.ui.define('input');
PrefCheckbox.prototype = {
@@ -281,7 +285,11 @@ cr.define('options', function() {
/////////////////////////////////////////////////////////////////////////////
// PrefRange class:
- // Define a constructor that uses an input element as its underlying element.
+ /**
+ * Define a constructor that uses an input element as its underlying element.
+ * @constructor
+ * @extends {options.PrefInputElement}
+ */
var PrefRange = cr.ui.define('input');
PrefRange.prototype = {
« no previous file with comments | « chrome/browser/resources/options/password_manager_list.js ('k') | chrome/browser/resources/options/startup_overlay.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698