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

Unified Diff: components/ntp_snippets/remote/remote_suggestions_fetcher.h

Issue 2686063003: [remote suggestions] Attach the fetch time to RemoteSnippets, ContentSnippets and SnippetArticle (Closed)
Patch Set: Update comments Created 3 years, 10 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/remote/remote_suggestions_fetcher.h
diff --git a/components/ntp_snippets/remote/remote_suggestions_fetcher.h b/components/ntp_snippets/remote/remote_suggestions_fetcher.h
index 90ebbacea0b04de8f57c251d3899e7790a468171..aa56e9f1120b6a5041ae1c3513c4a78918d79305 100644
--- a/components/ntp_snippets/remote/remote_suggestions_fetcher.h
+++ b/components/ntp_snippets/remote/remote_suggestions_fetcher.h
@@ -158,7 +158,8 @@ class RemoteSuggestionsFetcher : public OAuth2TokenService::Consumer,
const std::string& error_details);
bool JsonToSnippets(const base::Value& parsed,
- FetchedCategoriesVector* categories);
+ FetchedCategoriesVector* categories,
+ const base::Time& fetch_time);
bool DemandQuotaForRequest(bool interactive_request);

Powered by Google App Engine
This is Rietveld 408576698