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 11a4e40f568433f00c4529dd1e40d0dfb785f806..8a265406a030eeab94abc520543b44ce3b1274c7 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_; } |