| Index: remoting/webapp/base/js/application.js
|
| diff --git a/remoting/webapp/base/js/application.js b/remoting/webapp/base/js/application.js
|
| index d1b1530049aab0b95a0b1e2a4f37c967b81757ab..8fac25809dc0a218cabc729d2ccd48e677bea826 100644
|
| --- a/remoting/webapp/base/js/application.js
|
| +++ b/remoting/webapp/base/js/application.js
|
| @@ -91,13 +91,6 @@ remoting.Application.prototype.initGlobalObjects_ = function() {
|
| remoting.wcsSandbox = new remoting.WcsSandboxContainer(
|
| sandbox.contentWindow, this.windowMessageDispatcher_);
|
| remoting.initModalDialogs();
|
| -
|
| - remoting.testEvents = new base.EventSourceImpl();
|
| - /** @enum {string} */
|
| - remoting.testEvents.Names = {
|
| - uiModeChanged: 'uiModeChanged'
|
| - };
|
| - remoting.testEvents.defineEvents(base.values(remoting.testEvents.Names));
|
| };
|
|
|
| /**
|
|
|