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

Unified Diff: content/renderer/media/user_media_client_impl.h

Issue 1918173002: Add support for device-change notifications to MediaStreamDispatcher and MediaStreamDispatcherHost (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: hta comments Created 4 years, 8 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/renderer/media/user_media_client_impl.h
diff --git a/content/renderer/media/user_media_client_impl.h b/content/renderer/media/user_media_client_impl.h
index 03cff89b5c974ce566ce41117765dea0fcfbeb4a..9329a19c8ceda32cd308138ef295433b36547665 100644
--- a/content/renderer/media/user_media_client_impl.h
+++ b/content/renderer/media/user_media_client_impl.h
@@ -83,6 +83,7 @@ class CONTENT_EXPORT UserMediaClientImpl
const std::string& label,
const StreamDeviceInfo& device_info) override;
void OnDeviceOpenFailed(int request_id) override;
+ void OnDevicesChanged() override;
// RenderFrameObserver override
void FrameWillClose() override;

Powered by Google App Engine
This is Rietveld 408576698