| Index: chrome/browser/android/banners/app_banner_manager_android.cc
|
| diff --git a/chrome/browser/android/banners/app_banner_manager_android.cc b/chrome/browser/android/banners/app_banner_manager_android.cc
|
| index 9c5cb610c69c076c9a0ea5d47f83e7cc63831be3..aa1f8d6f85fb9c7701e262b24e88d1ef58765bef 100644
|
| --- a/chrome/browser/android/banners/app_banner_manager_android.cc
|
| +++ b/chrome/browser/android/banners/app_banner_manager_android.cc
|
| @@ -43,9 +43,11 @@ void AppBannerManagerAndroid::Destroy(JNIEnv* env, jobject obj) {
|
| void AppBannerManagerAndroid::ReplaceWebContents(JNIEnv* env,
|
| jobject obj,
|
| jobject jweb_contents) {
|
| +#if !defined(USE_AURA)
|
| content::WebContents* web_contents =
|
| content::WebContents::FromJavaWebContents(jweb_contents);
|
| AppBannerManager::ReplaceWebContents(web_contents);
|
| +#endif
|
| }
|
|
|
| bool AppBannerManagerAndroid::HandleNonWebApp(const std::string& platform,
|
|
|