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

Side by Side 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: Address CR Feedbacks 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 <!doctype html> 1 <!doctype html>
2 <!-- 2 <!--
3 Copyright (c) 2013 The Chromium Authors. All rights reserved. 3 Copyright (c) 2013 The Chromium Authors. All rights reserved.
4 Use of this source code is governed by a BSD-style license that can be 4 Use of this source code is governed by a BSD-style license that can be
5 found in the LICENSE file. 5 found in the LICENSE file.
6 --> 6 -->
7 7
8 <html> 8 <html>
9 <head> 9 <head>
10 <meta charset="utf-8"> 10 <meta charset="utf-8">
11
12 <meta-include type="javascript"/> 11 <meta-include type="javascript"/>
13 12 <!-- background.js is the entry-point of the background module. It needs to
13 be included at the end -->
14 <script src='background.js'></script>
Jamie 2014/08/12 20:42:54 Can't the same thing be achieved without order-dep
kelvinp 2014/08/12 21:42:42 Done.
14 </head> 15 </head>
15 <body> 16 <body>
16 </body> 17 </body>
17 </html> 18 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698