| 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 5c05b707e88bbc0ae2bbb96504ccb7f6c3c33828..5fa1e1c9957bebd4ccf9bf23ed145c2c148ccb30 100644
|
| --- a/chrome/browser/android/chrome_jni_registrar.cc
|
| +++ b/chrome/browser/android/chrome_jni_registrar.cc
|
| @@ -56,6 +56,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"
|
| @@ -164,6 +165,8 @@ static base::android::RegistrationMethod kChromeRegisteredMethods[] = {
|
| NewTabPagePrefs::RegisterNewTabPagePrefs },
|
| { "OmniboxPrerender", RegisterOmniboxPrerender },
|
| { "OmniboxViewUtil", OmniboxViewUtil::RegisterOmniboxViewUtil },
|
| + { "PasswordGenerationPopup",
|
| + autofill::PasswordGenerationPopupViewAndroid::Register},
|
| { "PasswordUIViewAndroid",
|
| PasswordUIViewAndroid::RegisterPasswordUIViewAndroid },
|
| { "PersonalDataManagerAndroid",
|
|
|