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

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

Issue 1163023002: [AppRemoting] Implements LicenseManager. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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/ar_main.js
diff --git a/remoting/webapp/app_remoting/js/ar_main.js b/remoting/webapp/app_remoting/js/ar_main.js
index 2efe129e03ce323801c0e9814573cfe78edae02f..f3c8add1f7cbef930cf9294ff07ef5800d233315 100644
--- a/remoting/webapp/app_remoting/js/ar_main.js
+++ b/remoting/webapp/app_remoting/js/ar_main.js
@@ -11,7 +11,8 @@ var remoting = remoting || {};
* Entry point ('load' handler) for App Remoting webapp.
*/
remoting.startAppRemoting = function() {
- remoting.app = new remoting.AppRemoting(remoting.app_capabilities());
+ remoting.app = new remoting.AppRemoting(
+ remoting.app_capabilities(), new remoting.GaiaLicenseManager());
remoting.app.start();
};

Powered by Google App Engine
This is Rietveld 408576698