| 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..8e839c8f8df496b2513f6bc3ec7aa49a638aa768 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 comple ONC dictionary.
|
| + */
|
| + getData: function() {
|
| + return this.data_;
|
| }
|
| };
|
|
|
|
|