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

Unified Diff: chromeos/binder/command_stream_unittest.cc

Issue 1575313002: Add CommandBroker::OnTransaction to handle incoming transactions (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add comment Created 4 years, 11 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 | « chromeos/binder/command_stream.cc ('k') | chromeos/binder/end_to_end_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/binder/command_stream_unittest.cc
diff --git a/chromeos/binder/command_stream_unittest.cc b/chromeos/binder/command_stream_unittest.cc
index d0a4a5f61f351b2e8e081d876efb006618818ec4..16c30831889f44cd34d6166005a495d3d4d271bd 100644
--- a/chromeos/binder/command_stream_unittest.cc
+++ b/chromeos/binder/command_stream_unittest.cc
@@ -25,6 +25,8 @@ class BinderCommandStreamTest : public ::testing::Test,
void SetUp() override { ASSERT_TRUE(driver_.Initialize()); }
// CommandStream::IncomingCommandHandler override:
+ bool OnTransaction(const TransactionData& data) override { return false; }
+
void OnReply(scoped_ptr<TransactionData> data) override {
received_response_ = RESPONSE_REPLY;
ASSERT_TRUE(data);
« no previous file with comments | « chromeos/binder/command_stream.cc ('k') | chromeos/binder/end_to_end_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698