Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(41)

Unified Diff: components/download/internal/model_impl.h

Issue 2881173003: Download Service : Added leveldb proto layer (Closed)
Patch Set: Removed Model::Destroy Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/download/internal/model.h ('k') | components/download/internal/model_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « components/download/internal/model.h ('k') | components/download/internal/model_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698