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

Unified Diff: components/download/internal/store.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
Index: components/download/internal/store.h
diff --git a/components/download/internal/store.h b/components/download/internal/store.h
index 04a39bffcc6ee7b0cab733d46cbe90bbd32d8af6..4622b26a7c91b3d71a64cadffe9eac97a59c856f 100644
--- a/components/download/internal/store.h
+++ b/components/download/internal/store.h
@@ -10,8 +10,6 @@
#include <vector>
#include "base/callback_forward.h"
-#include "base/memory/ref_counted.h"
-#include "base/sequenced_task_runner.h"
namespace download {
@@ -36,10 +34,6 @@ class Store {
// Store.
virtual void Initialize(InitCallback callback) = 0;
- // Destroyes the store and asynchronously returns whether or not that
- // destruction was successful.
- virtual void Destroy(StoreCallback callback) = 0;
-
// Adds or updates |entry| in this Store asynchronously and returns whether or
// not that was successful.
virtual void Update(const Entry& entry, StoreCallback callback) = 0;
« no previous file with comments | « components/download/internal/proto_conversions_unittest.cc ('k') | components/download/internal/test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698