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 eb99d74899be60afd81e27931f4edb28089c72e9..ef6e6625c614b1ec123fcdde432c7e321495a933 100644 |
--- a/components/ntp_snippets/ntp_snippets_fetcher.cc |
+++ b/components/ntp_snippets/ntp_snippets_fetcher.cc |
@@ -216,8 +216,8 @@ void NTPSnippetsFetcher::FetchSnippetsFromHosts( |
const std::set<std::string>& hosts, |
const std::string& language_code, |
int count, |
- bool force_request) { |
- if (!request_throttler_.DemandQuotaForRequest(force_request)) |
+ bool interactive_request) { |
+ if (!request_throttler_.DemandQuotaForRequest(interactive_request)) |
return; |
hosts_ = hosts; |