| 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 982f1cac6405e45a8f6b26ec6bf930e1d41b387e..fe4fef9730749dcfdf5bf569bd3687c08830fa1d 100644
|
| --- a/chrome/browser/android/chrome_jni_registrar.cc
|
| +++ b/chrome/browser/android/chrome_jni_registrar.cc
|
| @@ -58,6 +58,7 @@
|
| #include "chrome/browser/ui/android/autofill/autofill_dialog_result.h"
|
| #include "chrome/browser/ui/android/autofill/autofill_logger_android.h"
|
| #include "chrome/browser/ui/android/autofill/autofill_popup_view_android.h"
|
| +#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/auto_login_infobar_delegate_android.h"
|
| @@ -166,6 +167,8 @@ static base::android::RegistrationMethod kChromeRegisteredMethods[] = {
|
| NewTabPagePrefs::RegisterNewTabPagePrefs },
|
| { "OmniboxPrerender", RegisterOmniboxPrerender },
|
| { "OmniboxViewUtil", OmniboxViewUtil::RegisterOmniboxViewUtil },
|
| + { "PasswordGenerationPopup",
|
| + autofill::PasswordGenerationPopupViewAndroid::Register},
|
| { "PasswordUIViewAndroid",
|
| PasswordUIViewAndroid::RegisterPasswordUIViewAndroid },
|
| { "PersonalDataManagerAndroid",
|
|
|