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

Unified Diff: impl/prod/logger.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/info.go ('k') | impl/prod/mail.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: impl/prod/logger.go
diff --git a/impl/prod/logger.go b/impl/prod/logger.go
index 1786dbdaa628e74e83f1925315ebdaa1ad25b1c6..6b46d0ff0f08d36aa0d9b386158cf42c24f5c88e 100644
--- a/impl/prod/logger.go
+++ b/impl/prod/logger.go
@@ -16,7 +16,7 @@ import (
// appengine's log handler.
func useLogging(c context.Context) context.Context {
return logging.SetFactory(c, func(ic context.Context) logging.Logger {
- return &loggerImpl{AEContext(ic), ic}
+ return &loggerImpl{getAEContext(ic), ic}
})
}
« no previous file with comments | « impl/prod/info.go ('k') | impl/prod/mail.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698