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

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

Issue 2794283003: Remove MediaThrottler and MediaThrottleInfoBar (Closed)
Patch Set: Deleted Java code Created 3 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/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 a79545e22e7159a4d159dc1db8bb24675944c860..22dea3af68cbee47488f5d655829e2e4b72d1326 100644
--- a/content/public/browser/web_contents_delegate.cc
+++ b/content/public/browser/web_contents_delegate.cc
@@ -208,12 +208,6 @@ std::string WebContentsDelegate::GetDefaultMediaDeviceID(
}
#if defined(OS_ANDROID)
-void WebContentsDelegate::RequestMediaDecodePermission(
- WebContents* web_contents,
- const base::Callback<void(bool)>& callback) {
- callback.Run(false);
-}
-
base::android::ScopedJavaLocalRef<jobject>
WebContentsDelegate::GetContentVideoViewEmbedder() {
return base::android::ScopedJavaLocalRef<jobject>();

Powered by Google App Engine
This is Rietveld 408576698