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

Unified Diff: impl/prod/mail.go

Issue 2460803003: impl/prod: Embed AppEngine SDK into Context. (Closed)
Patch Set: Created 4 years, 2 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: impl/prod/mail.go
diff --git a/impl/prod/mail.go b/impl/prod/mail.go
index 6feeba0d98d386b1ed687fdced8ebb181970fbde..db7cc71cb6cee9801ff5f8120858f2a247677ae8 100644
--- a/impl/prod/mail.go
+++ b/impl/prod/mail.go
@@ -15,7 +15,7 @@ import (
// methods.
func useMail(c context.Context) context.Context {
return gae_mail.SetFactory(c, func(ci context.Context) gae_mail.RawInterface {
- return mailImpl{AEContext(ci)}
+ return mailImpl{getAEContext(ci)}
})
}
« impl/prod/context.go ('K') | « impl/prod/logger.go ('k') | impl/prod/memcache.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698