Index: chrome/browser/resources/task_manager/main.html |
diff --git a/chrome/browser/resources/task_manager/main.html b/chrome/browser/resources/task_manager/main.html |
deleted file mode 100644 |
index 27ad567091f3ea6c0284a46056a5c716eb27c25d..0000000000000000000000000000000000000000 |
--- a/chrome/browser/resources/task_manager/main.html |
+++ /dev/null |
@@ -1,44 +0,0 @@ |
-<!DOCTYPE HTML> |
-<!-- |
- -- Copyright (c) 2012 The Chromium Authors. All rights reserved. |
- -- Use of this source code is governed by a BSD-style license that can be |
- -- found in the LICENSE file. |
- --> |
-<html i18n-values="dir:textdirection;"> |
- <head> |
- <meta charset="utf-8"> |
- <title i18n-content="title"></title> |
- <script src="measure_time.js"></script> |
- |
- <script src="commands.js"></script> |
- <script src="defines.js"></script> |
- <script src="preload.js"></script> |
- <script src="includes.js"></script> |
- <script src="main.js"></script> |
- <script src="chrome://tasks/strings.js"></script> |
- |
- <!-- For accurate load performance tracking |
- place all scripts above this line --> |
- <script src="measure_time_end.js"></script> |
- |
- <link rel="stylesheet" href="task_manager.css"> |
- </head> |
- <body> |
- <div class="dialog-body"> |
- <div class="list-container"> |
- <div class="detail-table"></div> |
- </div> |
- </div> |
- <div class="dialog-footer"> |
- <div class="footer-left-container"> |
- <a href="#" id="about-memory-link" i18n-content="aboutMemoryLink"></a> |
- </div> |
- <div class="footer-right-container"> |
- <button id="kill-process" i18n-content="killButton" disabled></button> |
- <if expr="pp_ifdef('chromeos')"> |
- <button id="close-window" i18n-content="closeWindow"></button> |
- </if> |
- </div> |
- </div> |
- </body> |
-</html> |