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

Side by Side Diff: chrome/browser/resources/memory_internals/snapshot_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>Processes</h2>
5 <div id="os-view">OS: <span id="os-value">unknown</span></div>
6 <div id="uptime-view">Uptime: <span id="uptime-value">unknown</span></div>
7
8 <table class="list" id="snapshot-view">
9 <tr class="header">
10 <th rowspan="2" class="process-id bottom">PID
11 <th rowspan="2" class="process-info bottom">Name
12 <th colspan="2" class="process-memory">Memory [KB]
13 <tr class="header bottom">
14 <th class="process-memory-private">Private
15 <th class="process-memory-v8">V8<br>Used / Alloc
16 <tr id="process-template">
17 <td class="process-id">
18 <td class="process-info">
19 <td class="process-memory-private">
20 <td class="process-memory-v8">
21 </table>
OLDNEW
« no previous file with comments | « chrome/browser/resources/memory_internals/snapshot_view.css ('k') | chrome/browser/resources/memory_internals_resources.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698