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

Unified Diff: filter/featureBreaker/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/featureBreaker/rds.go ('k') | filter/featureBreaker/user.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: filter/featureBreaker/tq.go
diff --git a/filter/featureBreaker/tq.go b/filter/featureBreaker/tq.go
index 14a51e70bbb73ad7846bdfe8ece5c8502369bbea..c5c84482c67e91159d8ae844530c8c16c2004df1 100644
--- a/filter/featureBreaker/tq.go
+++ b/filter/featureBreaker/tq.go
@@ -34,8 +34,8 @@ func (t *tqState) Stats(queueNames []string, cb tq.RawStatsCB) error {
return t.run(func() error { return t.tq.Stats(queueNames, cb) })
}
-func (t *tqState) Testable() tq.Testable {
- return t.tq.Testable()
+func (t *tqState) GetTestable() tq.Testable {
+ return t.tq.GetTestable()
}
// FilterTQ installs a featureBreaker TaskQueue filter in the context.
« no previous file with comments | « filter/featureBreaker/rds.go ('k') | filter/featureBreaker/user.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698