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

Unified Diff: remoting/webapp/app_remoting/js/app_remoting.js

Issue 1082383002: [Webapp Refactor] Remove remoting.clientSession. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix browser tests Created 5 years, 8 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/app_remoting/js/app_remoting.js
diff --git a/remoting/webapp/app_remoting/js/app_remoting.js b/remoting/webapp/app_remoting/js/app_remoting.js
index 8d60ae905a3ba765991d7b151ceae1429c000f6f..cbb1506b02583ed36f7df3a039a31eb91cf9cd16 100644
--- a/remoting/webapp/app_remoting/js/app_remoting.js
+++ b/remoting/webapp/app_remoting/js/app_remoting.js
@@ -38,6 +38,10 @@ remoting.AppRemoting.prototype.getApplicationName = function() {
return manifest.name;
};
+remoting.AppRemoting.prototype.getActivity = function() {
+ return this.activity_;
+};
+
/**
* @param {!remoting.Error} error The failure reason.
* @override {remoting.ApplicationInterface}
« no previous file with comments | « chrome/test/remoting/remote_desktop_browsertest.cc ('k') | remoting/webapp/app_remoting/js/app_remoting_activity.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698