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

Unified Diff: impl/prod/user.go

Issue 1522783002: Add User Testing interface to impl/memory. (Closed) Base URL: https://github.com/luci/gae.git@logging_service
Patch Set: rebase Created 5 years 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/memory/user_test.go ('k') | service/user/interface.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: impl/prod/user.go
diff --git a/impl/prod/user.go b/impl/prod/user.go
index 58b538e332a69ce042b0cf27454a2c6796b10be9..a42bc23f6408c06e6efd2c03422657bbf686bc3e 100644
--- a/impl/prod/user.go
+++ b/impl/prod/user.go
@@ -53,3 +53,7 @@ func (u userImpl) CurrentOAuth(scopes ...string) (*gae_user.User, error) {
func (u userImpl) OAuthConsumerKey() (string, error) {
return user.OAuthConsumerKey(u.aeCtx)
}
+
+func (u userImpl) Testable() gae_user.Testable {
+ return nil
+}
« no previous file with comments | « impl/memory/user_test.go ('k') | service/user/interface.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698