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

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

Issue 1023943004: Use a separate window to notify the user that permissions are required. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 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="icon16.png"> 11 <link rel="icon" type="image/png" href="icon16.png">
12 <link rel="stylesheet" href="ar_main.css"> 12 <link rel="stylesheet" href="ar_main.css">
13 <link rel="stylesheet" href="connection_stats.css"> 13 <link rel="stylesheet" href="connection_stats.css">
14 <link rel="stylesheet" href="context_menu.css"> 14 <link rel="stylesheet" href="context_menu.css">
15 <link rel="stylesheet" href="main.css"> 15 <link rel="stylesheet" href="main.css">
16 <link rel="stylesheet" href="menu_button.css"> 16 <link rel="stylesheet" href="menu_button.css">
17 <link rel="stylesheet" href="open_sans.css"> 17 <link rel="stylesheet" href="open_sans.css">
18 18
19 <meta-include type="javascript"/> 19 <meta-include type="javascript"/>
20 20
21 <title i18n-content="PRODUCT_NAME_APP_STREAMING"></title> 21 <title i18n-content="PRODUCT_NAME_APP_STREAMING"></title>
22 </head> 22 </head>
23 23
24 <body class="full-height"> 24 <body class="full-height">
25 25
26 <div id="host-plugin-container"></div> 26 <div id="host-plugin-container"></div>
27 27
28 <iframe id="wcs-sandbox" src="wcs_sandbox.html" hidden></iframe> 28 <iframe id="wcs-sandbox" src="wcs_sandbox.html" hidden></iframe>
29 29
30 <meta-include src="webapp/base/html/dialog_auth.html"/>
31
32 <div id="session-mode" 30 <div id="session-mode"
33 data-ui-mode="in-session home.client" 31 data-ui-mode="in-session home.client"
34 class="full-height" 32 class="full-height"
35 hidden> 33 hidden>
36 34
37 <meta-include src="webapp/base/html/client_plugin.html"/> 35 <meta-include src="webapp/base/html/client_plugin.html"/>
38 36
39 </div> <!-- session-mode --> 37 </div> <!-- session-mode -->
40 38
41 <meta-include src="webapp/app_remoting/html/context_menu.html"/> 39 <meta-include src="webapp/app_remoting/html/context_menu.html"/>
42 <meta-include src="webapp/app_remoting/html/idle_dialog.html"/> 40 <meta-include src="webapp/app_remoting/html/idle_dialog.html"/>
43 41
44 <div id="statistics" dir="ltr" class="selectable" hidden> 42 <div id="statistics" dir="ltr" class="selectable" hidden>
45 </div> <!-- statistics --> 43 </div> <!-- statistics -->
46 44
47 </body> 45 </body>
48 </html> 46 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698