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

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

Issue 679633002: chromeos: Remove legacy code for chrome://imageburner (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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/image_burner.html
diff --git a/chrome/browser/resources/chromeos/image_burner.html b/chrome/browser/resources/chromeos/image_burner.html
index 4680ad7c825b2d25979eafbdf21c5a934004b53f..1009a2203e4623d395c1da59fe71ef894de19245 100644
--- a/chrome/browser/resources/chromeos/image_burner.html
+++ b/chrome/browser/resources/chromeos/image_burner.html
@@ -1,45 +1,8 @@
<!DOCTYPE html>
-<html i18n-values="dir:textdirection;">
+<html>
<head>
-<meta http-equiv="Content-Type" content="text/html" charset="UTF-8"></meta>
-<title i18n-content="title"></title>
-<link rel="stylesheet" href="image_burner.css">
-<script src="chrome://resources/js/util.js"></script>
-<script src="chrome://resources/js/load_time_data.js"></script>
-<script src="chrome://imageburner/strings.js"></script>
-<script src="chrome://imageburner/image_burner.js"></script>
+<meta http-equiv="refresh"
+ content="0;url=http://google.com/chromeos/recovery">
James Hawkins 2014/10/27 16:13:28 What happens if the user attempts to navigate here
James Hawkins 2014/10/27 16:13:28 How long are we planning to keep this WebUI link a
satorux1 2014/10/28 05:07:42 The user will see "Unable to connect to the Intern
satorux1 2014/10/28 05:07:42 I think we can remove it in a year or so, but let
</head>
-<body class="default-text" i18n-values=".style.fontFamily:fontfamily">
- <header id="burn-header">
- <h1 i18n-content="headerTitle"></h1>
- <p i18n-content="headerDescription"></p>
- <a id="more-info-link" i18n-values="href:moreInfoLink" target="_blank"
- i18n-content="headerLink"></a>
- </header>
- <div id="main-content">
- <div id="status-icon"></div>
- <div id="status-info">
- <h2 id="status-text" class="status-text"></h2>
- <div id="progress-status-div">
- <p id="progress-text" class="progress-text"></p>
- <div id="progress-status" class="float-start">
- <progress id="progress-div" class="float-start"></progress>
- <button id="cancel-button" class="float-start"
- i18n-content="cancelButton">
- </button>
- </div>
- <p id="pending-time" class="progress-text"></p>
- </div>
- <ul id="device-selection"></ul>
- <div id="warning-div">
- <div id="warning-icon" class="float-start"></div>
- <p id="warning-text" class="float-start"></p>
- <button id="warning-button" class="float-start"></button>
- </div>
- <div class="new-line"></div>
- </div>
- <div id="burn-footer"></div>
- </div>
- <script src="chrome://resources/js/i18n_template2.js"></script>
-</body>
+<body></body>
</html>
« no previous file with comments | « chrome/browser/chromeos/imageburner/burn_manager_unittest.cc ('k') | chrome/browser/resources/chromeos/image_burner.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698