Chromium Code Reviews| 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 |
| +} |