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

Unified Diff: chrome/browser/resources/memory_internals/memory_internals.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/memory_internals.css
diff --git a/chrome/browser/resources/memory_internals/memory_internals.css b/chrome/browser/resources/memory_internals/memory_internals.css
deleted file mode 100644
index fd6ef69ff89fef58c0fd11e68913e78253c7d2ae..0000000000000000000000000000000000000000
--- a/chrome/browser/resources/memory_internals/memory_internals.css
+++ /dev/null
@@ -1,39 +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. */
-
-body {
- font-size: 70%;
- margin: 0;
- min-width: 45em;
- padding: 0.75em;
-}
-
-h1 {
- color: rgb(74, 142, 230);
- font-size: 110%;
- font-weight: bold;
- letter-spacing: -1px;
- margin: 0;
- padding: 0;
-}
-
-h2 {
- border-top: 1px solid rgb(58, 117, 189);
- color: rgb(58, 117, 189);
- font-size: 110%;
- font-weight: normal;
- letter-spacing: -1px;
- margin: 20px 0 0 -38px;
- padding: 0.5em 1em 0.5em 38px;
-}
-
-a {
- color: black;
-}
-
-#json {
- display: none;
- height: 100px;
- width: 100%;
-}
« no previous file with comments | « chrome/browser/resources/memory_internals/list.css ('k') | chrome/browser/resources/memory_internals/memory_internals.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698