| 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;
|
| -}
|
|
|