| 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 cd8c740576e86460f94fe0f07c0edcce2effccb3..e52b0a1f8b00d79450cb68cb5ab2d211f5e9a583 100644
|
| --- a/chrome/browser/android/banners/app_banner_manager_android.cc
|
| +++ b/chrome/browser/android/banners/app_banner_manager_android.cc
|
| @@ -240,7 +240,7 @@ void AppBannerManagerAndroid::ResetCurrentPageData() {
|
| native_app_package_ = "";
|
| }
|
|
|
| -void AppBannerManagerAndroid::ShowBanner() {
|
| +void AppBannerManagerAndroid::ShowBannerUI() {
|
| content::WebContents* contents = web_contents();
|
| DCHECK(contents);
|
|
|
|
|