| 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 0c6f4603075ae7279357b8dc9722c4a4fee4eaec..84b29d206dda0c27483fef38f07190d0ab3e9d5f 100644
|
| --- a/components/ntp_snippets/ntp_snippets_fetcher.cc
|
| +++ b/components/ntp_snippets/ntp_snippets_fetcher.cc
|
| @@ -651,6 +651,7 @@ void NTPSnippetsFetcher::FetchFinished(OptionalSnippets snippets,
|
| static_cast<int>(result),
|
| static_cast<int>(FetchResult::RESULT_MAX));
|
|
|
| + DVLOG(1) << "Fetch finished: " << last_status_;
|
| if (!snippets_available_callback_.is_null())
|
| snippets_available_callback_.Run(std::move(snippets));
|
| }
|
|
|