- add sources.
[platform/framework/web/crosswalk.git] / src / chrome / browser / resources / memory_internals / extension_view.html
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>