summaryrefslogtreecommitdiffstats
path: root/chromeos/dbus/permission_broker_client.h
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:54:17 +0000
commit4a9d240b2e59fcfca5fe8dca408a9a33077f210a (patch)
tree527dbe99a9d451025cd9d3b845c7d2d985e249af /chromeos/dbus/permission_broker_client.h
parent312e33116c0916b89cf831aa95464028d559690e (diff)
downloadchromium_src-4a9d240b2e59fcfca5fe8dca408a9a33077f210a.zip
chromium_src-4a9d240b2e59fcfca5fe8dca408a9a33077f210a.tar.gz
chromium_src-4a9d240b2e59fcfca5fe8dca408a9a33077f210a.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 Cr-Commit-Position: refs/heads/master@{#289370} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@289370 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chromeos/dbus/permission_broker_client.h')
-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();