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

Unified Diff: content/browser/renderer_host/media/device_request_message_filter.h

Issue 60193002: Revert 232766 "Refactor MediaStreamManager to never output real ..." (Closed) Base URL: svn://svn.chromium.org/chrome/branches/1700/src/
Patch Set: Created 7 years, 1 month 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
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_;
« no previous file with comments | « chrome/browser/policy/policy_browsertest.cc ('k') | content/browser/renderer_host/media/device_request_message_filter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698