Index: components/ntp_snippets/ntp_snippets_service.h |
diff --git a/components/ntp_snippets/ntp_snippets_service.h b/components/ntp_snippets/ntp_snippets_service.h |
index 8d4d75285931bb346eb1ed6fca7a4673500d21b4..86e375962bf7ccd5bd9c945308a83402019edcc7 100644 |
--- a/components/ntp_snippets/ntp_snippets_service.h |
+++ b/components/ntp_snippets/ntp_snippets_service.h |
@@ -100,7 +100,7 @@ class NTPSnippetsService : public ContentSuggestionsProvider, |
// Fetches snippets from the server for specified hosts (overriding |
// suggestions from the suggestion service) and adds them to the current ones. |
// Only called from chrome://snippets-internals, DO NOT USE otherwise! |
- // Ignored while |loaded()| is false. |
+ // Ignored while ready() is false. |
void FetchSnippetsFromHosts(const std::set<std::string>& hosts, |
bool interactive_request); |