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

Unified Diff: service/taskqueue/raw_interface.go

Issue 2302743002: Interface update, per-method Contexts. (Closed)
Patch Set: Created 4 years, 4 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: 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
}

Powered by Google App Engine
This is Rietveld 408576698