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

Unified 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, 10 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
Index: chrome/browser/resources/chromeos/idle_logout_dialog.html
diff --git a/chrome/browser/resources/chromeos/idle_logout_dialog.html b/chrome/browser/resources/chromeos/idle_logout_dialog.html
new file mode 100644
index 0000000000000000000000000000000000000000..8a085fc5d7c062b3990b3678f6d7537e8a9d2bdb
--- /dev/null
+++ b/chrome/browser/resources/chromeos/idle_logout_dialog.html
@@ -0,0 +1,23 @@
+<!DOCTYPE HTML>
+<html i18n-values="dir:textdirection">
+ <head>
+ <meta charset="utf-8">
+ <link rel="stylesheet" href="idle_logout_dialog.css">
+ <link rel="stylesheet" href="chrome://resources/css/chrome_shared.css">
+ <script src="chrome://resources/js/cr.js"></script>
+ <script src="chrome://resources/js/i18n_template.js"></script>
+ <script src="chrome://resources/js/local_strings.js"></script>
+ <script src="chrome://resources/js/util.js"></script>
+ <script src="chrome://idle-logout/strings.js"></script>
+ <script src="idle_logout_dialog.js"></script>
+ </head>
+
+ <body>
+ <div class="main-box">
+ <div id="title" i18n-content="title">
+ </div>
+ <div id="warning">
+ </div>
+ </div>
+ </body>
+</html>
« 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