Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(108)

Unified Diff: remoting/webapp/base/js/application.js

Issue 1370283004: [Chromoting] Remote Assistance in Public Session. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@PublicSession
Patch Set: Reviewer's feedback Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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));
};
/**

Powered by Google App Engine
This is Rietveld 408576698