| 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}
|
|
|