summaryrefslogtreecommitdiffstats
path: root/device
diff options
context:
space:
mode:
authorsammc <sammc@chromium.org>2015-02-09 23:45:53 -0800
committerCommit bot <commit-bot@chromium.org>2015-02-10 07:46:43 +0000
commitd3d01eebe4aa13a42e3a3a14f08cbc219bbef945 (patch)
tree9f0b6c317aeea24d7a3c1bf21c190ef5165b87ab /device
parenta5b3eb75b80954fdb346d194419cd47f2ad6b981 (diff)
downloadchromium_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.mojom2
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;