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

Unified Diff: components/download/internal/test/mock_model_client.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/test/entry_utils.cc ('k') | components/download/internal/test/noop_store.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/download/internal/test/mock_model_client.h
diff --git a/components/download/internal/test/mock_model_client.h b/components/download/internal/test/mock_model_client.h
index 2b82f0cd4be2b2914d9175634b72a29f3c6a18d1..cd9a7f85b583e0124da69709593b096e4d020021 100644
--- a/components/download/internal/test/mock_model_client.h
+++ b/components/download/internal/test/mock_model_client.h
@@ -20,7 +20,6 @@ class MockModelClient : public Model::Client {
// Model::Client implementation.
MOCK_METHOD1(OnInitialized, void(bool));
- MOCK_METHOD1(OnDestroyed, void(bool));
MOCK_METHOD3(OnItemAdded, void(bool, DownloadClient, const std::string&));
MOCK_METHOD3(OnItemUpdated, void(bool, DownloadClient, const std::string&));
MOCK_METHOD3(OnItemRemoved, void(bool, DownloadClient, const std::string&));
« no previous file with comments | « components/download/internal/test/entry_utils.cc ('k') | components/download/internal/test/noop_store.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698