| Index: chrome/browser/ui/webui/snippets_internals_message_handler.h
|
| diff --git a/chrome/browser/ui/webui/snippets_internals_message_handler.h b/chrome/browser/ui/webui/snippets_internals_message_handler.h
|
| index 0e127d83b636d31a4fd512ca4a43289cf4afff40..b8a2a330296244062d2ba686b97eb36c4cb54142 100644
|
| --- a/chrome/browser/ui/webui/snippets_internals_message_handler.h
|
| +++ b/chrome/browser/ui/webui/snippets_internals_message_handler.h
|
| @@ -39,8 +39,6 @@ class SnippetsInternalsMessageHandler
|
| void ContentSuggestionsServiceShutdown() override;
|
|
|
| void HandleRefreshContent(const base::ListValue* args);
|
| - void HandleClear(const base::ListValue* args);
|
| - void HandleClearDismissed(const base::ListValue* args);
|
| void HandleDownload(const base::ListValue* args);
|
| void HandleClearCachedSuggestions(const base::ListValue* args);
|
| void HandleClearDismissedSuggestions(const base::ListValue* args);
|
|
|