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

Unified Diff: device/serial/serial.mojom

Issue 363853003: Add a basic Mojo SerialService that implements GetDevices(). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 5 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 | « device/serial/serial.gyp ('k') | device/serial/serial_device_enumerator_linux.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/serial/serial.mojom
diff --git a/device/serial/serial.mojom b/device/serial/serial.mojom
index a0205ae1a0875d0b165f6f56d23cd5b59d38831c..da866b0ade85454d33f96e7d3819a2f7861fc67b 100644
--- a/device/serial/serial.mojom
+++ b/device/serial/serial.mojom
@@ -79,4 +79,8 @@ struct DeviceControlSignals {
bool dsr;
};
+interface SerialService {
+ GetDevices() => (DeviceInfo[] devices);
+};
+
}
« no previous file with comments | « device/serial/serial.gyp ('k') | device/serial/serial_device_enumerator_linux.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698