| Index: components/download/internal/model_impl.h
|
| diff --git a/components/download/internal/model_impl.h b/components/download/internal/model_impl.h
|
| index 8c78501956619523935d6b5e37cab4ce2cbbd636..6c0f449a700d4b16460ffa2bece3e8a07d0aa36c 100644
|
| --- a/components/download/internal/model_impl.h
|
| +++ b/components/download/internal/model_impl.h
|
| @@ -40,7 +40,6 @@ class ModelImpl : public Model {
|
|
|
| void OnInitializedFinished(bool success,
|
| std::unique_ptr<std::vector<Entry>> entries);
|
| - void OnDestroyFinished(bool success);
|
| void OnAddFinished(DownloadClient client,
|
| const std::string& guid,
|
| bool success);
|
|
|