| 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 38a758c5dab00942daa0eb93cee5cd84cbc33160..8114dbd2a33e27bcc47b7d29b003c09d78462ce6 100644
|
| --- a/chrome/browser/resources/options/chromeos/onc_data.js
|
| +++ b/chrome/browser/resources/options/chromeos/onc_data.js
|
| @@ -21,6 +21,8 @@ cr.define('cr.onc', function() {
|
| }
|
|
|
| OncData.prototype = {
|
| + /** @return {string} The GUID of the network. */
|
| + guid: function() { return this.data_['GUID']; },
|
|
|
| /**
|
| * Returns either a managed property dictionary or an unmanaged value.
|
|
|