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

Unified Diff: impl/prod/context_vm.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/context.go ('k') | impl/prod/info.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: impl/prod/context_vm.go
diff --git a/impl/prod/context_vm.go b/impl/prod/context_vm.go
index 874fc90fcefcf148d5a4e88377af2d7f35829659..d97d9ef4bd8c84fa91827e95885fe9e90bed738c 100644
--- a/impl/prod/context_vm.go
+++ b/impl/prod/context_vm.go
@@ -15,6 +15,9 @@ import (
// implementations which aren't associated with any particular request.
//
// This is only available on Managed VMs.
+//
+// It is important to note that this DOES NOT install the AppEngine SDK into the
+// supplied Context. See the warning in Use for more information.
func UseBackground(c context.Context) context.Context {
return setupAECtx(c, appengine.BackgroundContext())
}
« no previous file with comments | « impl/prod/context.go ('k') | impl/prod/info.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698