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 e67db785473529e99fe0ed4d2ee2c5321078fd04..1e77e2a2fab446af8990ae85374f904e124253ec 100644 |
--- a/chrome/browser/android/chrome_jni_registrar.cc |
+++ b/chrome/browser/android/chrome_jni_registrar.cc |
@@ -57,6 +57,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", |