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

Side by Side Diff: remoting/webapp/app_remoting/html/template_background.html

Issue 1179873005: [AppRemoting] Break out AppRemoting shared module (re-land). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 6 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
OLDNEW
1 <!doctype html> 1 <!doctype html>
2 <!-- 2 <!--
3 Copyright (c) 2013 The Chromium Authors. All rights reserved. 3 Copyright 2015 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 11
12 <meta-include type="javascript"/> 12 <meta-include type="javascript"/>
13 13
14 <title></title>
14 </head> 15 </head>
15 <body> 16 <body>
16 </body> 17 </body>
17 </html> 18 </html>
OLDNEW
« no previous file with comments | « remoting/webapp/app_remoting/html/context_menu.html ('k') | remoting/webapp/app_remoting/html/template_feedback_consent.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698