| 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
|
| */
|
|
|