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

Unified Diff: content/public/browser/media_observer.h

Issue 183743021: Implement MediaCaptureDevices. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 10 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/public/browser/media_observer.h
diff --git a/content/public/browser/media_observer.h b/content/public/browser/media_observer.h
index c5185baed6f69f679ae5b6c93cada0aebcd18139..b9b082d67bc5e089569a0f70f69e5b326357f1ba 100644
--- a/content/public/browser/media_observer.h
+++ b/content/public/browser/media_observer.h
@@ -14,14 +14,6 @@ namespace content {
// ContentBrowserClient to receive callbacks as media events occur.
class MediaObserver {
public:
- // Called when a audio capture device is plugged in or unplugged.
- virtual void OnAudioCaptureDevicesChanged(
- const MediaStreamDevices& devices) = 0;
-
- // Called when a video capture device is plugged in or unplugged.
- virtual void OnVideoCaptureDevicesChanged(
- const MediaStreamDevices& devices) = 0;
-
// Called when a media request changes state.
virtual void OnMediaRequestStateChanged(
int render_process_id,

Powered by Google App Engine
This is Rietveld 408576698