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

Unified Diff: remoting/webapp/crd/html/template_public_session.html

Issue 1370283004: [Chromoting] Remote Assistance in Public Session. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@PublicSession
Patch Set: Rebase Created 5 years, 3 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
« no previous file with comments | « remoting/webapp/crd/html/public_session.css ('k') | remoting/webapp/crd/js/activation_handler.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/webapp/crd/html/template_public_session.html
diff --git a/remoting/webapp/crd/html/template_public_session.html b/remoting/webapp/crd/html/template_public_session.html
new file mode 100644
index 0000000000000000000000000000000000000000..9196de8e919f60dc967948da62a1cd6e896ae579
--- /dev/null
+++ b/remoting/webapp/crd/html/template_public_session.html
@@ -0,0 +1,28 @@
+<!doctype html>
+<!--
+Copyright (c) 2012 The Chromium Authors. All rights reserved.
+Use of this source code is governed by a BSD-style license that can be
+found in the LICENSE file.
+-->
+
+<html>
+ <head>
+ <meta charset="utf-8">
+ <link rel="icon" type="image/png" href="chromoting16.webp">
+ <link rel="stylesheet" href="main.css">
+ <link rel="stylesheet" href="open_sans.css">
+ <link rel="stylesheet" href="public_session.css">
+
+ <meta-include type="javascript"/>
+ <title i18n-content="PRODUCT_NAME"></title>
+ </head>
+
+ <body class="public-session">
+ <section id="loading-mode" data-ui-mode="">
+ <em>Loading&hellip;</em>
+ </section>
+ <div data-ui-mode="home.host" hidden>
+ <meta-include src="webapp/crd/html/dialog_host.html"/>
+ </div>
+ </body>
+</html>
« no previous file with comments | « remoting/webapp/crd/html/public_session.css ('k') | remoting/webapp/crd/js/activation_handler.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698