| Index: remoting/webapp/ui_mode.js
|
| diff --git a/remoting/webapp/ui_mode.js b/remoting/webapp/ui_mode.js
|
| index 825cd70b9202bd56090d1bb88705f3d5a52918c1..54b598a1c3779e905ac8ee79f1cf2a1ad6d28610 100644
|
| --- a/remoting/webapp/ui_mode.js
|
| +++ b/remoting/webapp/ui_mode.js
|
| @@ -36,6 +36,7 @@ remoting.AppMode = {
|
| CLIENT_CONNECT_FAILED_ME2ME: 'home.client.connect-failed.me2me',
|
| CLIENT_SESSION_FINISHED_IT2ME: 'home.client.session-finished.it2me',
|
| CLIENT_SESSION_FINISHED_ME2ME: 'home.client.session-finished.me2me',
|
| + HISTORY: 'home.history',
|
| IN_SESSION: 'in-session'
|
| };
|
|
|
| @@ -62,7 +63,7 @@ remoting.updateModalUi = function(mode, attr) {
|
| }
|
| element.hidden = hidden;
|
| }
|
| -}
|
| +};
|
|
|
| /**
|
| * @type {remoting.AppMode} The current app mode
|
|
|