| Index: chrome/browser/ui/android/infobars/app_banner_infobar.cc
|
| diff --git a/chrome/browser/ui/android/infobars/app_banner_infobar.cc b/chrome/browser/ui/android/infobars/app_banner_infobar.cc
|
| index e20748973215e03c65dc4e06b0a134382e241429..bdc868f10ed657b134343ce8ef912da866b74e37 100644
|
| --- a/chrome/browser/ui/android/infobars/app_banner_infobar.cc
|
| +++ b/chrome/browser/ui/android/infobars/app_banner_infobar.cc
|
| @@ -84,6 +84,6 @@ void AppBannerInfoBar::OnInstallStateChanged(int new_state) {
|
|
|
| // Native JNI methods ---------------------------------------------------------
|
|
|
| -bool RegisterAppBannerInfoBarDelegate(JNIEnv* env) {
|
| +bool RegisterAppBannerInfoBar(JNIEnv* env) {
|
| return RegisterNativesImpl(env);
|
| }
|
|
|