| Index: chrome/browser/android/tab_web_contents_delegate_android.cc
|
| diff --git a/chrome/browser/android/tab_web_contents_delegate_android.cc b/chrome/browser/android/tab_web_contents_delegate_android.cc
|
| index 9823dbcd7ff5ee9c5a3bac091ee28a74708754a9..68d0422bbb2b1fba4192f0005a65047b15e7b814 100644
|
| --- a/chrome/browser/android/tab_web_contents_delegate_android.cc
|
| +++ b/chrome/browser/android/tab_web_contents_delegate_android.cc
|
| @@ -13,7 +13,6 @@
|
| #include "chrome/browser/android/banners/app_banner_manager_android.h"
|
| #include "chrome/browser/android/feature_utilities.h"
|
| #include "chrome/browser/android/hung_renderer_infobar_delegate.h"
|
| -#include "chrome/browser/android/media/media_throttle_infobar_delegate.h"
|
| #include "chrome/browser/chrome_notification_types.h"
|
| #include "chrome/browser/file_select_helper.h"
|
| #include "chrome/browser/infobars/infobar_service.h"
|
| @@ -275,12 +274,6 @@ bool TabWebContentsDelegateAndroid::CheckMediaAccessPermission(
|
| ->CheckMediaAccessPermission(web_contents, security_origin, type);
|
| }
|
|
|
| -void TabWebContentsDelegateAndroid::RequestMediaDecodePermission(
|
| - content::WebContents* web_contents,
|
| - const base::Callback<void(bool)>& callback) {
|
| - MediaThrottleInfoBarDelegate::Create(web_contents, callback);
|
| -}
|
| -
|
| bool TabWebContentsDelegateAndroid::RequestPpapiBrokerPermission(
|
| WebContents* web_contents,
|
| const GURL& url,
|
|
|