Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1615)

Unified Diff: components/ntp_snippets/ntp_snippets_fetcher.cc

Issue 2279863002: Support server categories in NTPSnippetsService. (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: rebase Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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));
}

Powered by Google App Engine
This is Rietveld 408576698