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

Unified Diff: extensions/browser/guest_view/web_view/web_view_permission_helper_delegate.cc

Issue 574793003: Moving webview media permission request to extensions. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Switching to weak ptrs Created 6 years, 3 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 | « extensions/browser/guest_view/web_view/web_view_permission_helper_delegate.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/browser/guest_view/web_view/web_view_permission_helper_delegate.cc
diff --git a/extensions/browser/guest_view/web_view/web_view_permission_helper_delegate.cc b/extensions/browser/guest_view/web_view/web_view_permission_helper_delegate.cc
index 4fbbef848e63a5fa1800939acbfee8853f99ffef..1ce7c289b0d90b6bba7849885f231ba79ea6c0fe 100644
--- a/extensions/browser/guest_view/web_view/web_view_permission_helper_delegate.cc
+++ b/extensions/browser/guest_view/web_view/web_view_permission_helper_delegate.cc
@@ -18,12 +18,4 @@ WebViewPermissionHelperDelegate::WebViewPermissionHelperDelegate(
WebViewPermissionHelperDelegate::~WebViewPermissionHelperDelegate() {
}
-bool WebViewPermissionHelperDelegate::CheckMediaAccessPermission(
- content::WebContents* source,
- const GURL& security_origin,
- content::MediaStreamType type) {
- // Defensive default implementation for privacy reasons.
- return false;
-}
-
} // namespace extensions
« no previous file with comments | « extensions/browser/guest_view/web_view/web_view_permission_helper_delegate.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698