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

Unified Diff: chrome/browser/resources/chromeos/idle_logout_dialog.html

Issue 9665031: Change the idle logout dialog over to use views. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: yacf. 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 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
deleted file mode 100644
index 8a085fc5d7c062b3990b3678f6d7537e8a9d2bdb..0000000000000000000000000000000000000000
--- a/chrome/browser/resources/chromeos/idle_logout_dialog.html
+++ /dev/null
@@ -1,23 +0,0 @@
-<!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