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

Unified Diff: chrome/utility/image_writer/image_writer_unittest.cc

Issue 2663603002: Convert utility process ImageWriter IPC to mojo (Closed)
Patch Set: Use https: in bug references, minor comment fixes. Created 3 years, 10 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 | « chrome/utility/image_writer/image_writer_handler.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/utility/image_writer/image_writer_unittest.cc
diff --git a/chrome/utility/image_writer/image_writer_unittest.cc b/chrome/utility/image_writer/image_writer_unittest.cc
index 8db4959abe68f796fe5ec6affeb215565cbdbe16..d935c36d99b67c63f5165c2c3924a6f0e4b1febb 100644
--- a/chrome/utility/image_writer/image_writer_unittest.cc
+++ b/chrome/utility/image_writer/image_writer_unittest.cc
@@ -62,7 +62,6 @@ class MockHandler : public ImageWriterHandler {
MOCK_METHOD1(SendProgress, void(int64_t));
MOCK_METHOD1(SendFailed, void(const std::string& message));
MOCK_METHOD0(SendSucceeded, void());
- MOCK_METHOD1(OnMessageReceived, bool(const IPC::Message& message));
};
// This Mock has the additional feature that it will start verification when
« no previous file with comments | « chrome/utility/image_writer/image_writer_handler.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698