| Index: chrome/browser/android/chrome_jni_registrar.cc
|
| diff --git a/chrome/browser/android/chrome_jni_registrar.cc b/chrome/browser/android/chrome_jni_registrar.cc
|
| index 5645545549c5ce5ac42f45aa91f7f9ab6d9aaf9a..c9fc313b24d6e48dfeafbde631486c52f1897901 100644
|
| --- a/chrome/browser/android/chrome_jni_registrar.cc
|
| +++ b/chrome/browser/android/chrome_jni_registrar.cc
|
| @@ -7,6 +7,7 @@
|
| #include "base/android/jni_android.h"
|
| #include "base/android/jni_registrar.h"
|
| #include "base/debug/trace_event.h"
|
| +#include "chrome/browser/android/banners/app_banner_manager.h"
|
| #include "chrome/browser/android/bookmarks/bookmarks_bridge.h"
|
| #include "chrome/browser/android/chrome_web_contents_delegate_android.h"
|
| #include "chrome/browser/android/chromium_application.h"
|
| @@ -82,6 +83,7 @@ static base::android::RegistrationMethod kChromeRegisteredMethods[] = {
|
| { "AccountManagementScreenHelper", AccountManagementScreenHelper::Register },
|
| { "AndroidProfileOAuth2TokenService",
|
| AndroidProfileOAuth2TokenService::Register },
|
| + { "AppBannerManager", RegisterAppBannerManager },
|
| { "ApplicationLifetime", RegisterApplicationLifetimeAndroid },
|
| { "AutofillDialogControllerAndroid",
|
| autofill::AutofillDialogControllerAndroid::
|
|
|