Chromium Code Reviews| Index: service/taskqueue/raw_interface.go |
| diff --git a/service/taskqueue/raw_interface.go b/service/taskqueue/raw_interface.go |
| index 700c1a8c20f8a91866c64e3b8742d781fa0e3ce8..b81a6be3dba6fcc156014025c1f4cec6c4ba556b 100644 |
| --- a/service/taskqueue/raw_interface.go |
| +++ b/service/taskqueue/raw_interface.go |
| @@ -29,4 +29,6 @@ type RawInterface interface { |
| Purge(queueName string) error |
| Stats(queueNames []string, cb RawStatsCB) error |
| + |
| + Testable() Testable |
| } |