| Index: components/ntp_snippets/remote/ntp_snippets_fetcher.cc
|
| diff --git a/components/ntp_snippets/remote/ntp_snippets_fetcher.cc b/components/ntp_snippets/remote/ntp_snippets_fetcher.cc
|
| index 62236a8a375cab50981b1a7798b0ce55f963798c..aab5656b9a8673146711876c4593c25738200c22 100644
|
| --- a/components/ntp_snippets/remote/ntp_snippets_fetcher.cc
|
| +++ b/components/ntp_snippets/remote/ntp_snippets_fetcher.cc
|
| @@ -1005,7 +1005,7 @@ void NTPSnippetsFetcher::FetchFinished(OptionalFetchedCategories categories,
|
|
|
| DVLOG(1) << "Fetch finished: " << last_status_;
|
|
|
| - std::move(callback).Run(std::move(categories));
|
| + std::move(callback).Run(std::move(categories), status_code);
|
| }
|
|
|
| bool NTPSnippetsFetcher::JsonToSnippets(const base::Value& parsed,
|
|
|