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

Unified Diff: components/ntp_snippets/ntp_snippets_fetcher.cc

Issue 2255783002: Support server categories in NTPSnippetsService. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Move TODO. 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 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));
}
« no previous file with comments | « no previous file | components/ntp_snippets/ntp_snippets_service.h » ('j') | components/ntp_snippets/ntp_snippets_service.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698