diff options
author | sammc <sammc@chromium.org> | 2015-02-09 23:45:53 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-02-10 07:46:43 +0000 |
commit | d3d01eebe4aa13a42e3a3a14f08cbc219bbef945 (patch) | |
tree | 9f0b6c317aeea24d7a3c1bf21c190ef5165b87ab /device | |
parent | a5b3eb75b80954fdb346d194419cd47f2ad6b981 (diff) | |
download | chromium_src-d3d01eebe4aa13a42e3a3a14f08cbc219bbef945.zip chromium_src-d3d01eebe4aa13a42e3a3a14f08cbc219bbef945.tar.gz chromium_src-d3d01eebe4aa13a42e3a3a14f08cbc219bbef945.tar.bz2 |
Use the JS stash client from the JS serial service.
This allows persistent serial connections to be supported on the
mojo-service-backed serial implementation.
BUG=389016
Review URL: https://codereview.chromium.org/908153002
Cr-Commit-Position: refs/heads/master@{#315514}
Diffstat (limited to 'device')
-rw-r--r-- | device/serial/data_stream_serialization.mojom | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/device/serial/data_stream_serialization.mojom b/device/serial/data_stream_serialization.mojom index 3112dd5..cf2cc6b 100644 --- a/device/serial/data_stream_serialization.mojom +++ b/device/serial/data_stream_serialization.mojom @@ -30,7 +30,7 @@ struct SerializedDataReceiver { // data. DataSource source; // DataSourceClient& - handle<message_pipe> source_client; + handle<message_pipe> client; // The error to report for a receive in progress when a fatal error occurs. int32 fatal_error_value; |