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

Unified Diff: server/auth/config.go

Issue 2983513002: gitiles.Log: implement paging. (Closed)
Patch Set: fix Created 3 years, 5 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 | « milo/git/history.go ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: server/auth/config.go
diff --git a/server/auth/config.go b/server/auth/config.go
index 079e7df45f7d49b091cf453d5b003318ef98f2a2..147082975794e24a6eb4fa0193f71569e5a6b76a 100644
--- a/server/auth/config.go
+++ b/server/auth/config.go
@@ -32,7 +32,7 @@ import (
// various interfaces used by the library.
//
// It lives in the context and must be installed there by some root middleware
-// (via ModifyContext call).
+// (via ModifyConfig call).
type Config struct {
// DBProvider is a callback that returns most recent DB instance.
//
« no previous file with comments | « milo/git/history.go ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698