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

Unified Diff: chrome/browser/resources/memory_internals/snapshot_view.css

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/snapshot_view.css
diff --git a/chrome/browser/resources/memory_internals/snapshot_view.css b/chrome/browser/resources/memory_internals/snapshot_view.css
deleted file mode 100644
index db86eeced8ee61ff6c15ea0d2a0eace1a1934e0a..0000000000000000000000000000000000000000
--- a/chrome/browser/resources/memory_internals/snapshot_view.css
+++ /dev/null
@@ -1,41 +0,0 @@
-/* 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. */
-
-#snapshot-view .process-id {
- text-align: right;
- width: 4em;
-}
-
-#snapshot-view .process-info {
- text-align: left;
-}
-
-#snapshot-view dl {
- margin: 0;
- padding: 0;
-}
-
-#snapshot-view dl dd {
- margin-left: 1em;
-}
-
-#snapshot-view .process-memory {
- border-left: 1px solid rgb(181, 198, 222);
- width: 13em;
-}
-
-#snapshot-view .process-memory-private {
- border-left: 1px solid rgb(181, 198, 222);
- text-align: right;
- width: 6em;
-}
-
-#snapshot-view .process-memory-v8 {
- text-align: right;
- width: 7em;
-}
-
-#process-template {
- display: none;
-}

Powered by Google App Engine
This is Rietveld 408576698