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

Unified Diff: impl/prod/taskqueue.go

Issue 2460473003: impl/prod: Make AEContext private. (Closed)
Patch Set: Update comment. Created 4 years, 1 month 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 | « impl/prod/module.go ('k') | impl/prod/urlfetch.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: impl/prod/taskqueue.go
diff --git a/impl/prod/taskqueue.go b/impl/prod/taskqueue.go
index 5af3d546cfe8609a45f0de9c1c0bbba2ff5b3437..6b7c1a5fc23664a2c162059a75c43e920944da53 100644
--- a/impl/prod/taskqueue.go
+++ b/impl/prod/taskqueue.go
@@ -18,7 +18,7 @@ import (
// by gae.GetTQ(c)
func useTQ(c context.Context) context.Context {
return tq.SetRawFactory(c, func(ci context.Context) tq.RawInterface {
- return tqImpl{AEContext(ci)}
+ return tqImpl{getAEContext(ci)}
})
}
« no previous file with comments | « impl/prod/module.go ('k') | impl/prod/urlfetch.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698