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

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

Issue 10170001: Find feature for tracing, at long last. (Closed) Base URL: git://localhost/home/nduca/Local/chrome/src@master
Patch Set: Tweak zoom level on focus 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
Index: chrome/browser/resources/tracing/tests.html
diff --git a/chrome/browser/resources/tracing/tests.html b/chrome/browser/resources/tracing/tests.html
index b00ed91c1398c77951168e330a52edb6a10a0899..6af0a5beed996a0da28fccdcedbd18320f603046 100644
--- a/chrome/browser/resources/tracing/tests.html
+++ b/chrome/browser/resources/tracing/tests.html
@@ -9,11 +9,14 @@ found in the LICENSE file.
<title>All Tracing Tests</title>
<script>
tests = [
+ 'overlay_test.html',
'timeline_model_test.html',
'timeline_track_test.html',
'linux_perf_importer_test.html',
'trace_event_importer_test.html',
'profiling_view_test.html',
+ 'timeline_test.html',
+ 'timeline_view_test.html',
];
</script>
<script src="http://closure-library.googlecode.com/svn/trunk/closure/goog/base.js"></script>

Powered by Google App Engine
This is Rietveld 408576698