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

Side by Side Diff: chrome/browser/resources/chromeos/idle_logout_dialog.html

Issue 9568038: Implement the auto-logout on idle feature for Kiosk mode. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 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 | Annotate | Revision Log
OLDNEW
(Empty)
1 <!DOCTYPE HTML>
2 <html i18n-values="dir:textdirection">
3 <head>
4 <meta charset="utf-8">
5 <link rel="stylesheet" href="idle_logout_dialog.css">
6 <link rel="stylesheet" href="chrome://resources/css/chrome_shared.css">
7 <script src="chrome://resources/js/cr.js"></script>
8 <script src="chrome://resources/js/i18n_template.js"></script>
9 <script src="chrome://resources/js/local_strings.js"></script>
10 <script src="chrome://resources/js/util.js"></script>
11 <script src="chrome://idle-logout/strings.js"></script>
12 <script src="idle_logout_dialog.js"></script>
13 </head>
14
15 <body>
16 <div class="main-box">
17 <div id="title" i18n-content="title">
18 </div>
19 <div id="warning">
20 </div>
21 </div>
22 </body>
23 </html>
OLDNEW
« no previous file with comments | « chrome/browser/resources/chromeos/idle_logout_dialog.css ('k') | chrome/browser/resources/chromeos/idle_logout_dialog.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698