summaryrefslogtreecommitdiffstats
path: root/apps/DEPS
diff options
context:
space:
mode:
authorreillyg <reillyg@chromium.org>2014-09-19 08:00:01 -0700
committerCommit bot <commit-bot@chromium.org>2014-09-19 15:00:29 +0000
commit89b276fbcd87b3ce88be7b0a00df6d9266d90ad6 (patch)
tree737ef60a3a1a6191f4a62e9a5c3a368bb6c668a8 /apps/DEPS
parentbfae635632bc062c0a56f5ed525390c82ed5c6cc (diff)
downloadchromium_src-89b276fbcd87b3ce88be7b0a00df6d9266d90ad6.zip
chromium_src-89b276fbcd87b3ce88be7b0a00df6d9266d90ad6.tar.gz
chromium_src-89b276fbcd87b3ce88be7b0a00df6d9266d90ad6.tar.bz2
Add a service to track devices selected by the user.
apps::SavedDevicesService tracks USB devices that have been selected by the user in the context of a given extension. Devices that can be identified accurately after they have been reconnected because they have a serial number are written out to ExtensionPrefs. All others are only remembered until they are disconnected. A new OnDisconnect observer function has been added to UsbDevice to enable this monitoring. BUG=346953 Review URL: https://codereview.chromium.org/580963002 Cr-Commit-Position: refs/heads/master@{#295708}
Diffstat (limited to 'apps/DEPS')
-rw-r--r--apps/DEPS1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/DEPS b/apps/DEPS
index e2f3d69..01144ad 100644
--- a/apps/DEPS
+++ b/apps/DEPS
@@ -9,6 +9,7 @@ include_rules = [
"+components/sessions",
"+components/user_manager",
"+components/web_modal",
+ "+device/usb",
"+extensions",
"+net/base",
"+skia/ext",