| 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..606b20ea28f788c09b0a257ecf642ad08887c223 100644
|
| --- a/chrome/browser/resources/chromeos/image_burner.html
|
| +++ b/chrome/browser/resources/chromeos/image_burner.html
|
| @@ -1,45 +1,9 @@
|
| <!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>
|
| +<!-- TODO(crbug.com/427785): Remove this file after 2015-10-31. -->
|
| +<meta http-equiv="refresh"
|
| + content="0;url=http://google.com/chromeos/recovery">
|
| </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>
|
|
|