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

Unified Diff: chrome/browser/resources/memory_internals/extension_view.html

Issue 1722493002: Project Eraser: Kill chrome://memory. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix chrome_browser_ui.gypi. Created 4 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/memory_internals/extension_view.html
diff --git a/chrome/browser/resources/memory_internals/extension_view.html b/chrome/browser/resources/memory_internals/extension_view.html
deleted file mode 100644
index 154f12b99e0613db35109ff744bb46acf56efe0d..0000000000000000000000000000000000000000
--- a/chrome/browser/resources/memory_internals/extension_view.html
+++ /dev/null
@@ -1,14 +0,0 @@
-<!-- Copyright 2013 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. -->
-<h2>Extensions</h2>
-<table class="list" id="extension-view">
- <tr class="header bottom">
- <th class="extension-id">PID
- <th class="extension-info">Name
- <th class="extension-memory">Private Memory [KB]
- <tr id="extension-template">
- <td class="extension-id">
- <td class="extension-info">
- <td class="extension-memory">
-</table>
« no previous file with comments | « chrome/browser/resources/memory_internals/extension_view.css ('k') | chrome/browser/resources/memory_internals/list.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698