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

Unified Diff: chrome/browser/resources/tracing/overlay.css

Issue 10543144: Remove old tracing code now that it has moved to third_party. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years, 6 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
« no previous file with comments | « chrome/browser/resources/tracing/measuring_stick.js ('k') | chrome/browser/resources/tracing/overlay.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/tracing/overlay.css
diff --git a/chrome/browser/resources/tracing/overlay.css b/chrome/browser/resources/tracing/overlay.css
deleted file mode 100644
index 455d1349e48ec401bac8cdcd26124161637133f6..0000000000000000000000000000000000000000
--- a/chrome/browser/resources/tracing/overlay.css
+++ /dev/null
@@ -1,35 +0,0 @@
-/* Copyright (c) 2012 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. */
-
-.overlay-root {
- -webkit-box-align: stretch;
- -webkit-box-orient: horizontal;
- -webkit-box-pack: center;
- -webkit-user-select: none;
- background: rgba(0, 0, 0, 0.8);
- display: -webkit-box;
- height: 100%;
- left: 0;
- position: fixed;
- top: 0;
- width: 100%;
- z-index: 1000;
-}
-
-.overlay-root:not([visible]),
-.overlay:not([visible]) {
- display: none;
-}
-
-.overlay-root > .content-host {
- -webkit-box-align: stretch;
- -webkit-box-orient: vertical;
- -webkit-box-pack: center;
- -webkit-user-select: auto;
- display: -webkit-box;
-}
-
-.overlay-root > .content-host > * {
- background: rgb(255, 255, 255);
-}
« no previous file with comments | « chrome/browser/resources/tracing/measuring_stick.js ('k') | chrome/browser/resources/tracing/overlay.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698