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

Unified Diff: remoting/webapp/crd/js/desktop_remoting.js

Issue 1191883002: Revert of [AppRemoting] Break out AppRemoting shared module (re-land). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 6 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
« no previous file with comments | « remoting/webapp/build_template.gni ('k') | remoting/webapp/crd/js/desktop_remoting_activity.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/webapp/crd/js/desktop_remoting.js
diff --git a/remoting/webapp/crd/js/desktop_remoting.js b/remoting/webapp/crd/js/desktop_remoting.js
index 09bb38e30e172745a589cdb4796fe8309bea47e0..965dc939c9af5d49e5d5a2cd0a42bb54d80379a9 100644
--- a/remoting/webapp/crd/js/desktop_remoting.js
+++ b/remoting/webapp/crd/js/desktop_remoting.js
@@ -45,15 +45,6 @@
*/
remoting.DesktopRemoting.prototype.getConnectionMode = function() {
return this.connectionMode_;
-};
-
-/**
- * @return {string} Application Id.
- * @override {remoting.ApplicationInterface}
- */
-remoting.DesktopRemoting.prototype.getApplicationId = function() {
- // Application IDs are not used in desktop remoting.
- return '';
};
/**
« no previous file with comments | « remoting/webapp/build_template.gni ('k') | remoting/webapp/crd/js/desktop_remoting_activity.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698