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

Unified Diff: chrome/browser/resources/tracing/profiling_view.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
Index: chrome/browser/resources/tracing/profiling_view.css
diff --git a/chrome/browser/resources/tracing/profiling_view.css b/chrome/browser/resources/tracing/profiling_view.css
deleted file mode 100644
index 84cfe09ec5d0e74809df8ba55f264d4b599c4f6f..0000000000000000000000000000000000000000
--- a/chrome/browser/resources/tracing/profiling_view.css
+++ /dev/null
@@ -1,32 +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. */
-
-.profiling-view {
- -webkit-box-flex: 1;
- -webkit-box-orient: vertical;
- display: -webkit-box;
- padding: 0;
-}
-
-.profiling-view > .container {
- -webkit-box-flex: 1;
- display: -webkit-box;
-}
-
-.profiling-overlay {
- -webkit-box-orient: vertical;
- display: -webkit-box;
- text-align: center;
-}
-
-.profiling-overlay .raw-text {
- -webkit-box-flex: 1;
- overflow: auto;
- wrap: none;
-}
-
-.profiling-overlay .error {
- border: 1px solid red;
- text-align: center;
-}
« no previous file with comments | « chrome/browser/resources/tracing/overlay_test.html ('k') | chrome/browser/resources/tracing/profiling_view.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698