| 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 584af842fc1374b08c979448d62b7cdad0b86977..4617e683adb51ace76a6c65ff39477a5341cf8fa 100644
|
| --- a/chrome/browser/android/chrome_jni_registrar.cc
|
| +++ b/chrome/browser/android/chrome_jni_registrar.cc
|
| @@ -79,6 +79,7 @@
|
| #include "chrome/browser/ui/android/autofill/password_generation_popup_view_android.h"
|
| #include "chrome/browser/ui/android/chrome_http_auth_handler.h"
|
| #include "chrome/browser/ui/android/context_menu_helper.h"
|
| +#include "chrome/browser/ui/android/infobars/account_chooser_infobar.h"
|
| #include "chrome/browser/ui/android/infobars/confirm_infobar.h"
|
| #include "chrome/browser/ui/android/infobars/data_reduction_proxy_infobar.h"
|
| #include "chrome/browser/ui/android/infobars/generated_password_saved_infobar.h"
|
| @@ -125,6 +126,7 @@ static base::android::RegistrationMethod kChromeRegisteredMethods[] = {
|
| web_contents_delegate_android::RegisterWebContentsDelegateAndroidJni},
|
| // Register JNI for chrome classes.
|
| {"AccessibilityUtils", AccessibilityUtil::Register},
|
| + {"AccountChooserInfoBar", RegisterAccountChooserInfoBar},
|
| {"AccountManagementScreenHelper", AccountManagementScreenHelper::Register},
|
| {"AndroidProfileOAuth2TokenService",
|
| AndroidProfileOAuth2TokenService::Register},
|
|
|