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

Unified Diff: service/taskqueue/raw_interface.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 | « service/taskqueue/interface.go ('k') | service/taskqueue/taskqueue.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: service/taskqueue/raw_interface.go
diff --git a/service/taskqueue/raw_interface.go b/service/taskqueue/raw_interface.go
index 893b2a3ad1ce05689700f7994e7a3c11b92e4680..14aa920dce35ed1ff32b74426a759a7e61031c15 100644
--- a/service/taskqueue/raw_interface.go
+++ b/service/taskqueue/raw_interface.go
@@ -30,5 +30,5 @@ type RawInterface interface {
Stats(queueNames []string, cb RawStatsCB) error
- Testable() Testable
+ GetTestable() Testable
}
« no previous file with comments | « service/taskqueue/interface.go ('k') | service/taskqueue/taskqueue.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698