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

Unified Diff: remoting/webapp/base/js/application.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/base/js/app_capabilities.js ('k') | remoting/webapp/base/js/message_window_helper.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/webapp/base/js/application.js
diff --git a/remoting/webapp/base/js/application.js b/remoting/webapp/base/js/application.js
index ab3215bc4416e0be1042885cbb4fb56854f0215e..39104057951cbf622c49272612682077556ee662 100644
--- a/remoting/webapp/base/js/application.js
+++ b/remoting/webapp/base/js/application.js
@@ -108,11 +108,6 @@
*/
/** @return {string} */
-remoting.Application.prototype.getApplicationId = function() {
- base.debug.assert(false, 'Subclass must override');
-};
-
-/** @return {string} */
remoting.Application.prototype.getApplicationName = function() {
base.debug.assert(false, 'Subclass must override');
};
@@ -159,11 +154,6 @@
remoting.ApplicationInterface = function() {};
/**
- * @return {string} Application Id.
- */
-remoting.ApplicationInterface.prototype.getApplicationId = function() {};
-
-/**
* @return {string} Application product name to be used in UI.
*/
remoting.ApplicationInterface.prototype.getApplicationName = function() {};
« no previous file with comments | « remoting/webapp/base/js/app_capabilities.js ('k') | remoting/webapp/base/js/message_window_helper.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698