| Index: chrome/browser/permissions/permission_update_infobar_delegate_android.cc
|
| diff --git a/chrome/browser/permissions/permission_update_infobar_delegate_android.cc b/chrome/browser/permissions/permission_update_infobar_delegate_android.cc
|
| index c1ca52a90e41d8f1086a3a8c84d8c96119641f23..ec2fe73a418bdc471cef7fa1a705bbc5e2bafa77 100644
|
| --- a/chrome/browser/permissions/permission_update_infobar_delegate_android.cc
|
| +++ b/chrome/browser/permissions/permission_update_infobar_delegate_android.cc
|
| @@ -87,6 +87,7 @@ PermissionUpdateInfoBarDelegate::PermissionUpdateInfoBarDelegate(
|
| : ConfirmInfoBarDelegate(),
|
| content_settings_types_(content_settings_types),
|
| callback_(callback) {
|
| +#if !defined(USE_AURA)
|
| std::vector<int> content_settings_type_values;
|
| for (ContentSettingsType type : content_settings_types)
|
| content_settings_type_values.push_back(type);
|
| @@ -101,6 +102,7 @@ PermissionUpdateInfoBarDelegate::PermissionUpdateInfoBarDelegate(
|
| content::ContentViewCore* cvc =
|
| content::ContentViewCore::FromWebContents(web_contents);
|
| window_android_ = cvc->GetWindowAndroid();
|
| +#endif
|
| }
|
|
|
| PermissionUpdateInfoBarDelegate::~PermissionUpdateInfoBarDelegate() {
|
|
|