summaryrefslogtreecommitdiffstats
path: root/chromeos
diff options
context:
space:
mode:
authorreillyg@chromium.org <reillyg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-08-13 20:53:00 +0000
committerreillyg@chromium.org <reillyg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-08-13 20:53:00 +0000
commit4f5a23432e7db8b6a9c1b1a8d49e98d06392b3b3 (patch)
tree527dbe99a9d451025cd9d3b845c7d2d985e249af /chromeos
parent060fb6651cb06089094255e4b4816ce455f79918 (diff)
downloadchromium_src-4f5a23432e7db8b6a9c1b1a8d49e98d06392b3b3.zip
chromium_src-4f5a23432e7db8b6a9c1b1a8d49e98d06392b3b3.tar.gz
chromium_src-4f5a23432e7db8b6a9c1b1a8d49e98d06392b3b3.tar.bz2
Add usb_service::UsbDeviceFilter class for device matching.
This class stores criteria for selecting USB devices. A device can be matched by its vendor and product IDs, and the interfaces that it implements. BUG=346953 TBR=satorux@chromium.org Review URL: https://codereview.chromium.org/462753002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@289370 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chromeos')
-rw-r--r--chromeos/dbus/permission_broker_client.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/chromeos/dbus/permission_broker_client.h b/chromeos/dbus/permission_broker_client.h
index 17e215a..9ee953a 100644
--- a/chromeos/dbus/permission_broker_client.h
+++ b/chromeos/dbus/permission_broker_client.h
@@ -24,8 +24,8 @@ namespace chromeos {
class CHROMEOS_EXPORT PermissionBrokerClient : public DBusClient {
public:
// The ResultCallback is used for both the RequestPathAccess and
- // RequestUsbAcess methods. Its boolean parameter represents the result of the
- // operation that it was submitted alongside.
+ // RequestUsbAccess methods. Its boolean parameter represents the result of
+ // the operation that it was submitted alongside.
typedef base::Callback<void(bool)> ResultCallback;
virtual ~PermissionBrokerClient();