| 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 d6dfcf647fb34abce0ac39e7d541bc99f3c5097b..da74c7488da1a5fa935f78b2a076a2eabbaa1101 100644
|
| --- a/chrome/browser/resources/options/chromeos/onc_data.js
|
| +++ b/chrome/browser/resources/options/chromeos/onc_data.js
|
| @@ -177,6 +177,13 @@ cr.define('cr.onc', function() {
|
| return property[effective];
|
| }
|
| return undefined;
|
| + },
|
| +
|
| + /**
|
| + * Returns the complete ONC dictionary.
|
| + */
|
| + getData: function() {
|
| + return this.data_;
|
| }
|
| };
|
|
|
|
|