| 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 19f3b4ed1312a12e2e157032d224af01d54a8097..3f76479d25a26ddfa58fb809eb2001e84b338ddf 100644
|
| --- a/components/ntp_snippets/ntp_snippets_service.h
|
| +++ b/components/ntp_snippets/ntp_snippets_service.h
|
| @@ -58,9 +58,8 @@ class NTPSnippetsService : public KeyedService, NTPSnippetsFetcher::Observer {
|
|
|
| void Init(bool enabled);
|
|
|
| - // Fetches snippets from the server. |overwrite| is true if existing snippets
|
| - // should be overwritten.
|
| - void FetchSnippets(bool overwrite);
|
| + // Fetches snippets from the server.
|
| + void FetchSnippets();
|
|
|
| // Inherited from KeyedService.
|
| void Shutdown() override;
|
|
|