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 54e798013661ade08e8f587c3e76aaafff5e5ef6..0a213a5a10a48a4cc58d055503cf1f7433f34c1b 100644 |
--- a/components/ntp_snippets/ntp_snippets_fetcher.cc |
+++ b/components/ntp_snippets/ntp_snippets_fetcher.cc |
@@ -212,8 +212,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; |