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

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

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.h
diff --git a/content/public/browser/web_contents_delegate.h b/content/public/browser/web_contents_delegate.h
index bb2d849e1784914e174531f5f613f716a2952a9f..232d3a96040b57a6271651cb8f06f4e5d417251c 100644
--- a/content/public/browser/web_contents_delegate.h
+++ b/content/public/browser/web_contents_delegate.h
@@ -490,12 +490,6 @@ class CONTENT_EXPORT WebContentsDelegate {
MediaStreamType type);
#if defined(OS_ANDROID)
- // Asks permission to decode media stream. After permission is determined,
- // |callback| will be called with the result.
- virtual void RequestMediaDecodePermission(
- WebContents* web_contents,
- const base::Callback<void(bool)>& callback);
-
// Creates a view embedding the video view.
virtual base::android::ScopedJavaLocalRef<jobject>
GetContentVideoViewEmbedder();

Powered by Google App Engine
This is Rietveld 408576698