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

Unified Diff: chrome/browser/resources/memory_internals/memory_internals.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/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">

Powered by Google App Engine
This is Rietveld 408576698