Chromium Code Reviews| Index: remoting/webapp/crd/js/host.js |
| diff --git a/remoting/webapp/crd/js/host.js b/remoting/webapp/crd/js/host.js |
| index 5d24b7f52f8465216e3f7a98eea59f38bc5031d6..be45874d3664dd2a5bc14ce1276dd9ae8f2f8f13 100644 |
| --- a/remoting/webapp/crd/js/host.js |
| +++ b/remoting/webapp/crd/js/host.js |
| @@ -34,6 +34,8 @@ remoting.Host = function() { |
| this.tokenUrlPatterns = []; |
| /** @type {string} */ |
| this.updatedTime = ''; |
| + /** @type {string} */ |
| + this.hostOfflineReason = ''; |
| }; |
| /** |