Chromium Code Reviews| Index: components/ntp_snippets/ntp_snippets_fetcher.cc |
| diff --git a/components/ntp_snippets/ntp_snippets_fetcher.cc b/components/ntp_snippets/ntp_snippets_fetcher.cc |
| index b0f81d16fb41e4a14d702d4420cb18d21822fab6..3a34ac9cd21c34151c76f7d4c2dbb1a65d61c54e 100644 |
| --- a/components/ntp_snippets/ntp_snippets_fetcher.cc |
| +++ b/components/ntp_snippets/ntp_snippets_fetcher.cc |
| @@ -38,6 +38,10 @@ const char kRequestParameterFormat[] = |
| " \"local_scoring_params\": {" |
| " \"content_params\": {" |
| " \"only_return_personalized_results\": false" |
| + " }," |
| + " \"content_restricts\": {" |
| + " \"type\": \"METADATA\"," |
| + " \"value\": \"ALL\"" |
|
May
2016/04/06 13:39:20
Does ALL mean title, snippet, thumbnail, URL? Or w
Marc Treib
2016/04/06 13:52:54
ALL means title, snippet, and thumbnail. (Presumab
May
2016/04/07 16:05:12
Yeah, I think so. It would insulate us better from
Marc Treib
2016/04/07 16:15:52
Done.
|
| " }" |
| "%s" |
| " }," |