| Index: chromeos/binder/command_stream.h
|
| diff --git a/chromeos/binder/command_stream.h b/chromeos/binder/command_stream.h
|
| index aae287f48441255bbb2d0c139594a04e84882949..52db685e7699745ab45ab41233081974e9b5c2c1 100644
|
| --- a/chromeos/binder/command_stream.h
|
| +++ b/chromeos/binder/command_stream.h
|
| @@ -32,6 +32,10 @@ class CHROMEOS_EXPORT CommandStream {
|
| virtual ~IncomingCommandHandler() {}
|
| // TODO(hashimoto): Add methods to handle incoming commands.
|
|
|
| + // Called to handle BR_TRANSACTION.
|
| + // |data| contains the parameters.
|
| + virtual bool OnTransaction(const TransactionData& data) = 0;
|
| +
|
| // Called to handle BR_REPLY.
|
| // |data| is the reply for the previous transaction.
|
| virtual void OnReply(scoped_ptr<TransactionData> data) = 0;
|
|
|