| 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 5573db05d1c80fe1ab2d31daeed0f7df0665b142..593995f30ba94a08701938397c60d2b3997d1aa5 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"
|
| @@ -81,6 +82,7 @@ static base::android::RegistrationMethod kChromeRegisteredMethods[] = {
|
| { "AccountManagementScreenHelper", AccountManagementScreenHelper::Register },
|
| { "AndroidProfileOAuth2TokenService",
|
| AndroidProfileOAuth2TokenService::Register },
|
| + { "AppBannerManager", RegisterAppBannerManager },
|
| { "ApplicationLifetime", RegisterApplicationLifetimeAndroid },
|
| { "AutofillDialogControllerAndroid",
|
| autofill::AutofillDialogControllerAndroid::
|
|
|