Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(190)

Unified Diff: components/ntp_snippets/ntp_snippets_service.h

Issue 2357163004: [NTP Snippets] Remove scheduled re-scheduling (Closed)
Patch Set: Review: remove requiresCharging Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/ntp_snippets/ntp_snippets_scheduler.h ('k') | components/ntp_snippets/ntp_snippets_service.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « components/ntp_snippets/ntp_snippets_scheduler.h ('k') | components/ntp_snippets/ntp_snippets_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698