| Index: content/browser/renderer_host/media/device_request_message_filter.h
|
| ===================================================================
|
| --- content/browser/renderer_host/media/device_request_message_filter.h (revision 232998)
|
| +++ content/browser/renderer_host/media/device_request_message_filter.h (working copy)
|
| @@ -52,6 +52,9 @@
|
|
|
| private:
|
| void OnGetSources(int request_id, const GURL& security_origin);
|
| + void HmacDeviceIds(const GURL& origin,
|
| + const StreamDeviceInfoArray& raw_devices,
|
| + StreamDeviceInfoArray* devices_with_guids);
|
|
|
| // Owned by ProfileIOData which is guaranteed to outlive DRMF.
|
| ResourceContext* resource_context_;
|
|
|