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

Unified Diff: content/browser/frame_host/render_frame_host_delegate.cc

Issue 2646833002: Add IPC to query capabilities of video input devices. (Closed)
Patch Set: address comment from clamy Created 3 years, 11 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
« no previous file with comments | « content/browser/frame_host/render_frame_host_delegate.h ('k') | content/browser/media/media_devices_util.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/frame_host/render_frame_host_delegate.cc
diff --git a/content/browser/frame_host/render_frame_host_delegate.cc b/content/browser/frame_host/render_frame_host_delegate.cc
index 7410d178fa401ceba7e9c696637ae866a738cf68..7314dcbc4114839d89ae9520f8e17e1611bf3298 100644
--- a/content/browser/frame_host/render_frame_host_delegate.cc
+++ b/content/browser/frame_host/render_frame_host_delegate.cc
@@ -57,6 +57,11 @@ bool RenderFrameHostDelegate::CheckMediaAccessPermission(
return false;
}
+std::string RenderFrameHostDelegate::GetDefaultMediaDeviceID(
+ MediaStreamType type) {
+ return std::string();
+}
+
AccessibilityMode RenderFrameHostDelegate::GetAccessibilityMode() const {
return AccessibilityModeOff;
}
« no previous file with comments | « content/browser/frame_host/render_frame_host_delegate.h ('k') | content/browser/media/media_devices_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698