Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / resources / chromeos / drive_internals.js
index bbeffc2..8a647fc 100644 (file)
@@ -45,6 +45,15 @@ function updateConnectionStatus(connStatus) {
 }
 
 /**
+ * Updates the Path Configurations section.
+ * @param {Array} paths List of dictionaries describing paths.
+ */
+function updatePathConfigurations(paths) {
+  var ul = $('path-configurations');
+  updateKeyValueList(ul, paths);
+}
+
+/**
  * Updates the GCache Contents section.
  * @param {Array} gcacheContents List of dictionaries describing metadata
  * of files and directories under the GCache directory.