Index: components/ntp_snippets/remote/json_request.h |
diff --git a/components/ntp_snippets/remote/json_request.h b/components/ntp_snippets/remote/json_request.h |
index 6c73127140b9e6e723634aba2703bffcba4a6eea..571268f72ca90322bfcfb253da83a80a250b9635 100644 |
--- a/components/ntp_snippets/remote/json_request.h |
+++ b/components/ntp_snippets/remote/json_request.h |
@@ -44,7 +44,8 @@ enum class FetchResult { |
OAUTH_TOKEN_ERROR = 6, |
// DEPRECATED_INTERACTIVE_QUOTA_ERROR = 7, |
// DEPRECATED_NON_INTERACTIVE_QUOTA_ERROR = 8, |
- RESULT_MAX = 9 |
+ MISSING_API_KEY = 9, |
+ RESULT_MAX = 10 |
}; |
enum FetchAPI { |