| 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..3f4d198d039720b9167c46635f6ff41ce101f9bf 100644
|
| --- a/components/download/internal/model_impl.h
|
| +++ b/components/download/internal/model_impl.h
|
| @@ -28,7 +28,6 @@ class ModelImpl : public Model {
|
|
|
| // Model implementation.
|
| void Initialize() override;
|
| - void Destroy() override;
|
| void Add(const Entry& entry) override;
|
| void Update(const Entry& entry) override;
|
| void Remove(const std::string& guid) override;
|
| @@ -40,7 +39,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);
|
|
|