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

Unified Diff: content/public/browser/web_contents_delegate.cc

Issue 2629383002: Add functionality to get default media device IDs from user preferences. (Closed)
Patch Set: address pkasting@'s comments 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/public/browser/web_contents_delegate.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/browser/web_contents_delegate.cc
diff --git a/content/public/browser/web_contents_delegate.cc b/content/public/browser/web_contents_delegate.cc
index 01c9c0897ea087977474a91e4ce3c0f758710243..8a384730d04e59f5cab5b457d4241574ac6e9028 100644
--- a/content/public/browser/web_contents_delegate.cc
+++ b/content/public/browser/web_contents_delegate.cc
@@ -201,6 +201,12 @@ bool WebContentsDelegate::CheckMediaAccessPermission(
return false;
}
+std::string WebContentsDelegate::GetDefaultMediaDeviceID(
+ WebContents* web_contents,
+ MediaStreamType type) {
+ return std::string();
+}
+
#if defined(OS_ANDROID)
void WebContentsDelegate::RequestMediaDecodePermission(
WebContents* web_contents,
« no previous file with comments | « content/public/browser/web_contents_delegate.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698