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

Unified Diff: chrome/browser/resources/tracing/tracing_controller.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/tracing_controller.css
diff --git a/chrome/browser/resources/tracing/tracing_controller.css b/chrome/browser/resources/tracing/tracing_controller.css
deleted file mode 100644
index 46936b906098bc4000a7a7199a300cb17010b2c2..0000000000000000000000000000000000000000
--- a/chrome/browser/resources/tracing/tracing_controller.css
+++ /dev/null
@@ -1,31 +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. */
-
-.tracing-overlay {
- -webkit-box-align: center;
- -webkit-box-orient: vertical;
- -webkit-box-pack: center;
- display: -webkit-box;
- height: 80px;
- text-align: center;
- width: 200px;
-}
-
-.tracing-start-button {
- -webkit-margin-start: 5px;
- background: rgb(255, 0, 0);
- background-clip: border-box;
- border: 1px solid black;
- border-bottom: 0;
- border-top-left-radius: 8px;
- border-top-right-radius: 8px;
- display: inline-block;
- margin-top: 4px;
- padding: 5px 10px 3px 10px;
- position: fixed;
- right: 3px;
- text-align: center;
- text-decoration: none;
- top: -1px;
-}

Powered by Google App Engine
This is Rietveld 408576698