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 130ed57fef68eb52e2484c02a6c09d609d90eee7..3f4e5ff81eec4311db933a2c11b2f5f6ac5dff24 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. |
Bernhard Bauer
2016/09/26 14:04:55
Super-nit: The pipe symbols are only used for vari
Marc Treib
2016/09/27 08:23:53
Done.
|
void FetchSnippetsFromHosts(const std::set<std::string>& hosts, |
bool interactive_request); |