diff options
author | jamiewalch@chromium.org <jamiewalch@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-08-21 07:57:09 +0000 |
---|---|---|
committer | jamiewalch@chromium.org <jamiewalch@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-08-21 07:57:09 +0000 |
commit | e2c9435ee471fd8763aa5c45c6192d04310747f2 (patch) | |
tree | de60d494fb9d0f715d14de925c0b04fb51725fb7 /remoting/webapp/host.js | |
parent | ccdd24794bb4051f2c450584a9142978101f55c7 (diff) | |
download | chromium_src-e2c9435ee471fd8763aa5c45c6192d04310747f2.zip chromium_src-e2c9435ee471fd8763aa5c45c6192d04310747f2.tar.gz chromium_src-e2c9435ee471fd8763aa5c45c6192d04310747f2.tar.bz2 |
Include last-online time in offline message.
BUG=248702
Review URL: https://chromiumcodereview.appspot.com/22855013
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@218673 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/webapp/host.js')
-rw-r--r-- | remoting/webapp/host.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/remoting/webapp/host.js b/remoting/webapp/host.js index 24634b6..5d24b7f 100644 --- a/remoting/webapp/host.js +++ b/remoting/webapp/host.js @@ -32,6 +32,8 @@ remoting.Host = function() { this.hostVersion = ''; /** @type {Array.<string>} */ this.tokenUrlPatterns = []; + /** @type {string} */ + this.updatedTime = ''; }; /** |