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

Unified Diff: chrome/browser/resources/task_manager/main.html

Issue 101013004: Delete the WebUI implementation of the task manager. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix build Created 6 years, 11 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
« no previous file with comments | « chrome/browser/resources/task_manager/includes.js ('k') | chrome/browser/resources/task_manager/main.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>
« no previous file with comments | « chrome/browser/resources/task_manager/includes.js ('k') | chrome/browser/resources/task_manager/main.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698