Index: components/ntp_snippets/ntp_snippets_fetcher.h |
diff --git a/components/ntp_snippets/ntp_snippets_fetcher.h b/components/ntp_snippets/ntp_snippets_fetcher.h |
index 2f4d9bb1e5e53e62265dae36ea7a38f151cfd049..76cb75eb35d385ab556c2f8cb0d480b7d6d1af5b 100644 |
--- a/components/ntp_snippets/ntp_snippets_fetcher.h |
+++ b/components/ntp_snippets/ntp_snippets_fetcher.h |
@@ -96,11 +96,11 @@ class NTPSnippetsFetcher : public OAuth2TokenService::Consumer, |
// subscriber of SetCallback()). |
// |
// Fetches snippets only if the daily quota not exceeded, unless |
- // |force_request| is set to true. Use force only for user-initiated fetches. |
+ // |interactive_request| is set to true (use only for user-initiated fetches). |
void FetchSnippetsFromHosts(const std::set<std::string>& hosts, |
const std::string& language_code, |
int count, |
- bool force_request); |
+ bool interactive_request); |
// Debug string representing the status/result of the last fetch attempt. |
const std::string& last_status() const { return last_status_; } |