| Index: remoting/webapp/base/js/ui_mode.js
|
| diff --git a/remoting/webapp/base/js/ui_mode.js b/remoting/webapp/base/js/ui_mode.js
|
| index 07ad094f5a588c9311e7fac4be256c67bc9c7c9b..aa8375dd1802bf953e19d2737263607806d278e8 100644
|
| --- a/remoting/webapp/base/js/ui_mode.js
|
| +++ b/remoting/webapp/base/js/ui_mode.js
|
| @@ -29,6 +29,7 @@ remoting.AppMode = {
|
| HOST: 'home.host',
|
| HOST_WAITING_FOR_CODE: 'home.host.waiting-for-code',
|
| HOST_WAITING_FOR_CONNECTION: 'home.host.waiting-for-connection',
|
| + HOST_WAITING_FOR_ACCEPT: 'home.host.waiting-for-accept',
|
| HOST_SHARED: 'home.host.shared',
|
| HOST_SHARE_FAILED: 'home.host.share-failed',
|
| HOST_SHARE_FINISHED: 'home.host.share-finished',
|
|
|