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

Unified Diff: chrome/browser/ui/browser.cc

Issue 483523006: Check all settings when checking mic and camera access (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 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: chrome/browser/ui/browser.cc
diff --git a/chrome/browser/ui/browser.cc b/chrome/browser/ui/browser.cc
index cbfa3d8e42b42bfa8ec39dcfc3da9027c98f637b..f4f842a675dbfcaa349167be508c5be66d4cf212 100644
--- a/chrome/browser/ui/browser.cc
+++ b/chrome/browser/ui/browser.cc
@@ -1765,6 +1765,13 @@ void Browser::RequestMediaAccessPermission(
::RequestMediaAccessPermission(web_contents, profile_, request, callback);
}
+void Browser::AllowMicAccessBasedOnPolicyAndAppPermissions(
+ WebContents* web_contents,
+ const GURL& security_origin,
+ const MediaAccessResponseCallback& callback) {
+ make it happen.
+}
+
bool Browser::RequestPpapiBrokerPermission(
WebContents* web_contents,
const GURL& url,

Powered by Google App Engine
This is Rietveld 408576698