| Index: components/ntp_snippets/ntp_snippets_fetcher.h
|
| diff --git a/components/ntp_snippets/ntp_snippets_fetcher.h b/components/ntp_snippets/ntp_snippets_fetcher.h
|
| index 33f6c180ff2cc205d0bee64c7cfe6b7c2af5d015..b7d11a92b5c7001c942d1734c2c102da852a76a3 100644
|
| --- a/components/ntp_snippets/ntp_snippets_fetcher.h
|
| +++ b/components/ntp_snippets/ntp_snippets_fetcher.h
|
| @@ -65,6 +65,8 @@ class NTPSnippetsFetcher : public OAuth2TokenService::Consumer,
|
| JSON_PARSE_ERROR,
|
| INVALID_SNIPPET_CONTENT_ERROR,
|
| OAUTH_TOKEN_ERROR,
|
| + INTERACTIVE_QUOTA_ERROR,
|
| + NON_INTERACTIVE_QUOTA_ERROR,
|
| RESULT_MAX
|
| };
|
|
|
|
|