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

Side by Side Diff: chrome/browser/resources/memory_internals/extension_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 unified diff | Download patch
OLDNEW
(Empty)
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
5 #extension-view .extension-id {
6 text-align: right;
7 width: 4em;
8 }
9
10 #extension-view .extension-info {
11 text-align: left;
12 }
13
14 #extension-view .extension-memory {
15 border-left: 1px solid rgb(181, 198, 222);
16 text-align: right;
17 width: 7em;
18 }
19
20 #extension-template {
21 display: none;
22 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/memory_internals/OWNERS ('k') | chrome/browser/resources/memory_internals/extension_view.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698