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

Unified Diff: chrome/browser/android/tab_web_contents_delegate_android.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: chrome/browser/android/tab_web_contents_delegate_android.h
diff --git a/chrome/browser/android/tab_web_contents_delegate_android.h b/chrome/browser/android/tab_web_contents_delegate_android.h
index 3f5575913ac8e9586b2621d59fc4e2a74f2b4abd..1d85597324afa6acb536ec00bc24414cdcb95b05 100644
--- a/chrome/browser/android/tab_web_contents_delegate_android.h
+++ b/chrome/browser/android/tab_web_contents_delegate_android.h
@@ -67,9 +67,6 @@ class TabWebContentsDelegateAndroid
bool CheckMediaAccessPermission(content::WebContents* web_contents,
const GURL& security_origin,
content::MediaStreamType type) override;
- void RequestMediaDecodePermission(
- content::WebContents* web_contents,
- const base::Callback<void(bool)>& callback) override;
bool RequestPpapiBrokerPermission(
content::WebContents* web_contents,
const GURL& url,

Powered by Google App Engine
This is Rietveld 408576698