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

Side by Side Diff: remoting/webapp/html/template_main.html

Issue 464133003: CastExtensionHandler for Chromoting Webapp (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Minor Fixes 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
OLDNEW
1 <!doctype html> 1 <!doctype html>
2 <!-- 2 <!--
3 Copyright (c) 2012 The Chromium Authors. All rights reserved. 3 Copyright (c) 2012 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 class="full-height"> 8 <html class="full-height">
9 <head> 9 <head>
10 <meta charset="utf-8"> 10 <meta charset="utf-8">
11 <link rel="icon" type="image/png" href="chromoting16.webp"> 11 <link rel="icon" type="image/png" href="chromoting16.webp">
12 <link rel="stylesheet" href="open_sans.css"> 12 <link rel="stylesheet" href="open_sans.css">
13 <link rel="stylesheet" href="connection_stats.css"> 13 <link rel="stylesheet" href="connection_stats.css">
14 <link rel="stylesheet" href="main.css"> 14 <link rel="stylesheet" href="main.css">
15 <link rel="stylesheet" href="menu_button.css"> 15 <link rel="stylesheet" href="menu_button.css">
16 <link rel="stylesheet" href="toolbar.css"> 16 <link rel="stylesheet" href="toolbar.css">
17 <link rel="stylesheet" href="window_frame.css"> 17 <link rel="stylesheet" href="window_frame.css">
18
Jamie 2014/08/13 23:21:04 Please reinstate this blank line :)
aiguha 2014/08/15 07:09:56 Haha, my apologies :)
19 <meta-include type="javascript"/> 18 <meta-include type="javascript"/>
20 19
21 <title i18n-content="PRODUCT_NAME"></title> 20 <title i18n-content="PRODUCT_NAME"></title>
22 </head> 21 </head>
23 22
24 <body class="full-height inner-border-for-apps-v2"> 23 <body class="full-height inner-border-for-apps-v2">
25 24
26 <meta-include src="webapp/html/window_frame.html"/> 25 <meta-include src="webapp/html/window_frame.html"/>
27 26
28 <!-- loading-mode is initially visible, but becomes hidden as soon as an 27 <!-- loading-mode is initially visible, but becomes hidden as soon as an
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
92 91
93 </div> <!-- session-mode --> 92 </div> <!-- session-mode -->
94 93
95 <div id="statistics" dir="ltr" class="selectable" hidden> 94 <div id="statistics" dir="ltr" class="selectable" hidden>
96 </div> 95 </div>
97 96
98 </div> <!-- scroller -> 97 </div> <!-- scroller ->
99 98
100 </body> 99 </body>
101 </html> 100 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698