Index: remoting/webapp/crd/js/gcd_host_list_api.js |
diff --git a/remoting/webapp/crd/js/gcd_host_list_api.js b/remoting/webapp/crd/js/gcd_host_list_api.js |
index a904c9dce511d61c20df792183bb485d2475b36e..f8ad24a1f870fff535b6ef8f06377851b3419f3d 100644 |
--- a/remoting/webapp/crd/js/gcd_host_list_api.js |
+++ b/remoting/webapp/crd/js/gcd_host_list_api.js |
@@ -126,6 +126,11 @@ remoting.GcdHostListApi.prototype.getSupportHost = function(supportId) { |
return Promise.reject(remoting.Error.unexpected()); |
}; |
+/** @override */ |
+remoting.GcdHostListApi.prototype.getHostIdFromConfig = function(config) { |
+ return base.getStringAttr(config, 'gcd_device_id'); |
+}; |
+ |
/** |
* Tag for distinguishing Chromoting hosts from other devices stored |
* in GCD. |