| 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 70acd32f887cc96499988b8ccaa8d3c42753a82c..65e526a801d36380b8a825b926b5cd97c9612ed1 100644
|
| --- a/components/ntp_snippets/ntp_snippets_fetcher.h
|
| +++ b/components/ntp_snippets/ntp_snippets_fetcher.h
|
| @@ -42,10 +42,6 @@
|
| // Fetches snippets from the server. |hosts| can be used to restrict the
|
| // results to a set of hosts, e.g. "www.google.com". If it is empty, no
|
| // restrictions are applied.
|
| - //
|
| - // If an ongoing fetch exists, it will be cancelled and a new one started,
|
| - // without triggering additional callbacks (i.e. not noticeable by
|
| - // subscribers).
|
| void FetchSnippets(const std::set<std::string>& hosts, int count);
|
|
|
| private:
|
|
|