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

Unified Diff: remoting/webapp/html/template_background.html

Issue 450383003: Hangout remote desktop part II - background.html and AppLauncher (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 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/html/template_background.html
diff --git a/remoting/webapp/html/template_wcs_sandbox.html b/remoting/webapp/html/template_background.html
similarity index 66%
copy from remoting/webapp/html/template_wcs_sandbox.html
copy to remoting/webapp/html/template_background.html
index 11916ae4f13b78ce47ab608241c39e13e9e83b0b..366a17d80f4cc10070529aaf8405cdb47f1c1d31 100644
--- a/remoting/webapp/html/template_wcs_sandbox.html
+++ b/remoting/webapp/html/template_background.html
@@ -8,9 +8,10 @@ found in the LICENSE file.
<html>
<head>
<meta charset="utf-8">
-
<meta-include type="javascript"/>
-
+ <!-- background.js is the entry-point of the background module. It needs to
+ be included at the end -->
+ <script src='background.js'></script>
</head>
<body>
</body>

Powered by Google App Engine
This is Rietveld 408576698