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

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

Issue 439923002: Hangout remote desktop part I - It2Me mode (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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « remoting/webapp/hangout_session.js ('k') | remoting/webapp/js_proto/chrome_proto.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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">
(...skipping 20 matching lines...) Expand all
31 <section id="loading-mode" data-ui-mode=""> 31 <section id="loading-mode" data-ui-mode="">
32 <em>Loading&hellip;</em> 32 <em>Loading&hellip;</em>
33 </section> 33 </section>
34 34
35 <div id="daemon-plugin-container"></div> 35 <div id="daemon-plugin-container"></div>
36 <div id="host-plugin-container"></div> 36 <div id="host-plugin-container"></div>
37 37
38 <iframe id="wcs-sandbox" src="wcs_sandbox.html" hidden></iframe> 38 <iframe id="wcs-sandbox" src="wcs_sandbox.html" hidden></iframe>
39 39
40 <div id="scroller"> 40 <div id="scroller">
41 <div class="inset" data-ui-mode="home" hidden> 41 <div class="inset home-screen" data-ui-mode="home" hidden>
42 42
43 <meta-include src="webapp/html/ui_header.html"/> 43 <meta-include src="webapp/html/ui_header.html"/>
44 <meta-include src="webapp/html/butterbar.html"/> 44 <meta-include src="webapp/html/butterbar.html"/>
45 <meta-include src="webapp/html/ui_it2me.html"/> 45 <meta-include src="webapp/html/ui_it2me.html"/>
46 <meta-include src="webapp/html/ui_me2me.html"/> 46 <meta-include src="webapp/html/ui_me2me.html"/>
47 47
48 </div> <!-- inset --> 48 </div> <!-- inset -->
49 49
50 <meta-include src="webapp/html/dialog_auth.html"/> 50 <meta-include src="webapp/html/dialog_auth.html"/>
51 51
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
92 92
93 </div> <!-- session-mode --> 93 </div> <!-- session-mode -->
94 94
95 <div id="statistics" dir="ltr" class="selectable" hidden> 95 <div id="statistics" dir="ltr" class="selectable" hidden>
96 </div> 96 </div>
97 97
98 </div> <!-- scroller -> 98 </div> <!-- scroller ->
99 99
100 </body> 100 </body>
101 </html> 101 </html>
OLDNEW
« no previous file with comments | « remoting/webapp/hangout_session.js ('k') | remoting/webapp/js_proto/chrome_proto.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698