| 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 10e48b0be5f6ea3201ef03df132996633fa09f68..df764b7b4f8347e7b14e35062b3d511b3bfa9a2f 100644
|
| --- a/components/ntp_snippets/ntp_snippets_fetcher.cc
|
| +++ b/components/ntp_snippets/ntp_snippets_fetcher.cc
|
| @@ -34,6 +34,18 @@ const char kRequestParameterFormat[] =
|
| " \"local_scoring_params\": {"
|
| " \"content_params\": {"
|
| " \"only_return_personalized_results\": false"
|
| + " },"
|
| + " \"content_restricts\": {"
|
| + " \"type\": \"METADATA\","
|
| + " \"value\": \"TITLE\""
|
| + " },"
|
| + " \"content_restricts\": {"
|
| + " \"type\": \"METADATA\","
|
| + " \"value\": \"SNIPPET\""
|
| + " },"
|
| + " \"content_restricts\": {"
|
| + " \"type\": \"METADATA\","
|
| + " \"value\": \"THUMBNAIL\""
|
| " }"
|
| "%s"
|
| " },"
|
|
|