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

Unified Diff: tracing/tracing/model/counter.html

Issue 2083213002: Change call-sites in trace viewer to use generators instead of iteration functions. (Closed) Base URL: git@github.com:catapult-project/catapult@master
Patch Set: fix nits, rebase Created 4 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
« no previous file with comments | « tracing/tracing/model/async_slice_group.html ('k') | tracing/tracing/model/counter_series.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tracing/tracing/model/counter.html
diff --git a/tracing/tracing/model/counter.html b/tracing/tracing/model/counter.html
index 413c8cad1403eeebe4483d7a8296420ad085c3b4..74c0991c91f348fa54ec86fddffa628ee89c9675 100644
--- a/tracing/tracing/model/counter.html
+++ b/tracing/tracing/model/counter.html
@@ -56,11 +56,7 @@ tr.exportTo('tr.model', function() {
return this.name_;
},
- findTopmostSlicesInThisContainer: function(eventPredicate, callback,
- opt_this) {
- },
-
- childEvents: function*(eventTypePredicate, opt_this) {
+ childEvents: function*() {
},
childEventContainers: function*() {
« no previous file with comments | « tracing/tracing/model/async_slice_group.html ('k') | tracing/tracing/model/counter_series.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698