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

Unified Diff: chrome/browser/resources/tracing/interactive_tests.html

Issue 10161025: Allow about:tracing Counters to be selected (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixen. Created 8 years, 8 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.js ('k') | chrome/browser/resources/tracing/profiling_view_test.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/tracing/interactive_tests.html
diff --git a/chrome/browser/resources/tracing/interactive_tests.html b/chrome/browser/resources/tracing/interactive_tests.html
index b40c47abd78e146f282eafb65560e7ce90407fca..5928612ee55873e7b4b63072fe289561e7cf4d9b 100644
--- a/chrome/browser/resources/tracing/interactive_tests.html
+++ b/chrome/browser/resources/tracing/interactive_tests.html
@@ -8,6 +8,7 @@ found in the LICENSE file.
<head i18n-values="dir:textdirection;">
<title>Interactive Timeline Tests</title>
<link rel="stylesheet" href="timeline.css">
+<link rel="stylesheet" href="timeline_analysis.css">
<link rel="stylesheet" href="timeline_view.css">
<link rel="stylesheet" href="overlay.css">
<script src="../shared/js/cr.js"></script>
@@ -21,6 +22,7 @@ found in the LICENSE file.
<script src="measuring_stick.js"></script>
<script src="overlay.js"></script>
<script src="timeline.js"></script>
+<script src="timeline_analysis.js"></script>
<script src="timeline_view.js"></script>
<script src="timeline_track.js"></script>
<script src="fast_rect_renderer.js"></script>
« no previous file with comments | « chrome/browser/resources/tracing.js ('k') | chrome/browser/resources/tracing/profiling_view_test.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698