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

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

Issue 553573003: Compile chrome://settings, part 3: 167 proper errors left (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@G_options_errors_1
Patch Set: fixed nits 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/chromeos/onc_data.js
diff --git a/chrome/browser/resources/options/chromeos/onc_data.js b/chrome/browser/resources/options/chromeos/onc_data.js
index dd1f062c72bb902865fbce841049915fa2538cc7..bae19f2c2384f0dbb137eeeead641c03526876b7 100644
--- a/chrome/browser/resources/options/chromeos/onc_data.js
+++ b/chrome/browser/resources/options/chromeos/onc_data.js
@@ -10,6 +10,9 @@
cr.define('cr.onc', function() {
'use strict';
+ /**
+ * @constructor
+ */
function OncData(data) {
this.data_ = data;
}
@@ -149,7 +152,7 @@ cr.define('cr.onc', function() {
/**
* Get the effective value from a Managed property ONC dictionary.
- * @param {object} property The managed property ONC dictionary.
+ * @param {Object} property The managed property ONC dictionary.
* @return {*} The effective value or undefined.
* @private
*/

Powered by Google App Engine
This is Rietveld 408576698