Chromium Code Reviews| Index: fuzzer/go/config/config.go |
| diff --git a/fuzzer/go/config/config.go b/fuzzer/go/config/config.go |
| index dd96144cfbd5f515c45f79c436e81e7daa30741e..3f99599199eb0b1aec6a2bc6c91afc9116da2879 100644 |
| --- a/fuzzer/go/config/config.go |
| +++ b/fuzzer/go/config/config.go |
| @@ -6,11 +6,14 @@ type Common struct { |
| DoOAuth bool |
| OAuthCacheFile string |
| OAuthClientSecretFile string |
| + Local bool |
| } |
| type FrontEnd struct { |
| Port string |
| GraphiteServer string |
| + RedirectURL string |
| + ForceLogin bool |
| } |
| type Fuzzer struct { |