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

Unified Diff: components/download/internal/test/mock_model_client.h

Issue 2895953004: Add initial Controller to DownloadService (Closed)
Patch Set: Rebased 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/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 cd9a7f85b583e0124da69709593b096e4d020021..c1ca11b46764ead830e2d4aa9f1de2ba8eddc86d 100644
--- a/components/download/internal/test/mock_model_client.h
+++ b/components/download/internal/test/mock_model_client.h
@@ -19,7 +19,7 @@ class MockModelClient : public Model::Client {
~MockModelClient() override;
// Model::Client implementation.
- MOCK_METHOD1(OnInitialized, void(bool));
+ MOCK_METHOD1(OnModelReady, 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/mock_client.cc ('k') | components/download/internal/test/test_download_driver.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698