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

Unified Diff: filter/featureBreaker/user.go

Issue 1772943003: Add wrappers for the module module (Closed) Base URL: https://github.com/luci/gae.git@master
Patch Set: CL comments Created 4 years, 9 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
« no previous file with comments | « filter/featureBreaker/tq.go ('k') | impl/dummy/doc.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: filter/featureBreaker/user.go
diff --git a/filter/featureBreaker/user.go b/filter/featureBreaker/user.go
index af409a0bd4fa2762f09a351584ff31683ec40e9c..5883bdbd41ef7f2039028ed6bf81b0d551da5d35 100644
--- a/filter/featureBreaker/user.go
+++ b/filter/featureBreaker/user.go
@@ -57,7 +57,7 @@ func (u *userState) OAuthConsumerKey() (ret string, err error) {
return
}
-// FilterUser installs a counter user filter in the context.
+// FilterUser installs a featureBreaker user filter in the context.
func FilterUser(c context.Context, defaultError error) (context.Context, FeatureBreaker) {
state := newState(defaultError)
return user.AddFilters(c, func(ic context.Context, i user.Interface) user.Interface {
« no previous file with comments | « filter/featureBreaker/tq.go ('k') | impl/dummy/doc.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698