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

Unified Diff: filter/count/tq.go

Issue 2302743002: Interface update, per-method Contexts. (Closed)
Patch Set: Lightning talk licenses. Created 4 years, 3 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 | « filter/count/rds.go ('k') | filter/count/user.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: filter/count/tq.go
diff --git a/filter/count/tq.go b/filter/count/tq.go
index 32b32d97b53fb8047253ac542ea50a7c21b159c4..f2be798f560f2e6ebcf5a6420cd8c5e37a7c77ee 100644
--- a/filter/count/tq.go
+++ b/filter/count/tq.go
@@ -42,8 +42,8 @@ func (t *tqCounter) Stats(queueNames []string, cb tq.RawStatsCB) error {
return t.c.Stats.up(t.tq.Stats(queueNames, cb))
}
-func (t *tqCounter) Testable() tq.Testable {
- return t.tq.Testable()
+func (t *tqCounter) GetTestable() tq.Testable {
+ return t.tq.GetTestable()
}
// FilterTQ installs a counter TaskQueue filter in the context.
« no previous file with comments | « filter/count/rds.go ('k') | filter/count/user.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698