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

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

Issue 2881173003: Download Service : Added leveldb proto layer (Closed)
Patch Set: Using OnceCallback and removed Store::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/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);

Powered by Google App Engine
This is Rietveld 408576698