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

Side by Side 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 unified diff | Download patch
OLDNEW
(Empty)
1 <!-- Copyright 2013 The Chromium Authors. All rights reserved.
2 Use of this source code is governed by a BSD-style license that can be
3 found in the LICENSE file. -->
4 <h2>Extensions</h2>
5 <table class="list" id="extension-view">
6 <tr class="header bottom">
7 <th class="extension-id">PID
8 <th class="extension-info">Name
9 <th class="extension-memory">Private Memory [KB]
10 <tr id="extension-template">
11 <td class="extension-id">
12 <td class="extension-info">
13 <td class="extension-memory">
14 </table>
OLDNEW
« 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