| 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 27da5f8a3f758d516a58718a618f9ed61d1ed664..f07a0a52c85a3e2f372ebd117cede933ecd1b4d0 100644
|
| --- a/components/ntp_snippets/ntp_snippets_fetcher.cc
|
| +++ b/components/ntp_snippets/ntp_snippets_fetcher.cc
|
| @@ -600,6 +600,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));
|
| }
|
|
|