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

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

Issue 2436113002: Introduce MediaDevicesPermissionChecker. (Closed)
Patch Set: address xhwang's comments Created 4 years, 2 months 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/audio_renderer_host.h
diff --git a/content/browser/renderer_host/media/audio_renderer_host.h b/content/browser/renderer_host/media/audio_renderer_host.h
index afdb31b2b2ab6889a8200f562b056271e6af7ad3..f1e2d2bf27a713c5e5080d6da485f7042137711c 100644
--- a/content/browser/renderer_host/media/audio_renderer_host.h
+++ b/content/browser/renderer_host/media/audio_renderer_host.h
@@ -76,7 +76,6 @@ namespace content {
class AudioMirroringManager;
class MediaInternals;
class MediaStreamManager;
-class MediaStreamUIProxy;
class ResourceContext;
class CONTENT_EXPORT AudioRendererHost : public BrowserMessageFilter {
@@ -209,8 +208,7 @@ class CONTENT_EXPORT AudioRendererHost : public BrowserMessageFilter {
base::TimeTicks auth_start_time);
// Proceed with device authorization after checking permissions.
- void AccessChecked(std::unique_ptr<MediaStreamUIProxy> ui_proxy,
- const std::string& device_id,
+ void AccessChecked(const std::string& device_id,
const url::Origin& security_origin,
int stream_id,
base::TimeTicks auth_start_time,
« no previous file with comments | « content/browser/media/media_devices_permission_checker.cc ('k') | content/browser/renderer_host/media/audio_renderer_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698