Chromium Code Reviews| Index: service/user/interface.go |
| diff --git a/service/user/interface.go b/service/user/interface.go |
| index 2c2e27522e594deb771beb673e33be4d98df84c0..4339c820a1ad15185b539d03120ea2718c65a3d5 100644 |
| --- a/service/user/interface.go |
| +++ b/service/user/interface.go |
| @@ -7,7 +7,7 @@ package user |
| // Interface provides access to the "appengine/users" API methods. |
| type Interface interface { |
| Current() *User |
| - CurrentOAuth() (*User, error) |
| + CurrentOAuth(scopes ...string) (*User, error) |
| IsAdmin() bool |