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

Unified Diff: device/udev_linux/udev0_loader.h

Issue 965903003: Add udev_device_new_from_subsystem_sysname to udev, for use in Web MIDI on Linux (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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/udev_linux/udev.cc ('k') | device/udev_linux/udev0_loader.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/udev_linux/udev0_loader.h
diff --git a/device/udev_linux/udev0_loader.h b/device/udev_linux/udev0_loader.h
index 2e48c7c76a740387bb3781f6d871a931cd95eebe..8108ff9a13a0547ef646251752678d99222e41bc 100644
--- a/device/udev_linux/udev0_loader.h
+++ b/device/udev_linux/udev0_loader.h
@@ -36,6 +36,10 @@ class Udev0Loader : public UdevLoader {
udev_device* udev_device_new_from_devnum(udev* udev,
char type,
dev_t devnum) override;
+ udev_device* udev_device_new_from_subsystem_sysname(
+ udev* udev,
+ const char* subsystem,
+ const char* sysname) override;
udev_device* udev_device_new_from_syspath(udev* udev,
const char* syspath) override;
void udev_device_unref(udev_device* udev_device) override;
« no previous file with comments | « device/udev_linux/udev.cc ('k') | device/udev_linux/udev0_loader.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698