Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / resources / chromeos / network / network_config.js
index 97784c7..06563f5 100644 (file)
@@ -111,6 +111,18 @@ var networkConfig = {
   },
 
   /**
+   * Implement networkingPrivate.getManagedProperties. See
+   * networking_private.json.
+   *
+   * @param {string} guid The guid identifying the network.
+   * @param {function()} callback The callback to call on completion.
+   */
+  getManagedProperties: function(guid, callback) {
+    var callbackId = this.storeCallback_(callback);
+    chrome.send('networkConfig.getManagedProperties', [callbackId, guid]);
+  },
+
+  /**
    * Implement networkingPrivate.getNetworks. See networking_private.json.
    *
    * @param {string} guid The guid identifying the network.