| Index: chrome/browser/resources/memory_internals/memory_internals.html
|
| diff --git a/chrome/browser/resources/memory_internals/memory_internals.html b/chrome/browser/resources/memory_internals/memory_internals.html
|
| deleted file mode 100644
|
| index 94a8ea8941300008789e79f36c1e80fd16869e54..0000000000000000000000000000000000000000
|
| --- a/chrome/browser/resources/memory_internals/memory_internals.html
|
| +++ /dev/null
|
| @@ -1,23 +0,0 @@
|
| -<!doctype html>
|
| -<!-- 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. -->
|
| -<link rel="stylesheet" href="chrome://resources/css/text_defaults.css">
|
| -<link rel="stylesheet" href="memory_internals.css">
|
| -<link rel="stylesheet" href="list.css">
|
| -<link rel="stylesheet" href="extension_view.css">
|
| -<link rel="stylesheet" href="snapshot_view.css">
|
| -
|
| -<script src="chrome://memory-internals/memory_internals.js"></script>
|
| -<script src="chrome://resources/js/util.js"></script>
|
| -
|
| -<h1>Memory Internals</h1>
|
| -<div id="buttons">
|
| - <button id="button-update">Update</button>
|
| -</div>
|
| -
|
| -<h2>JSON</h2>
|
| -<textarea id="json" readonly></textarea>
|
| -
|
| -<include src="snapshot_view.html">
|
| -<include src="extension_view.html">
|
|
|