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 d41bf94c31b7d60d637a2e9d21f36ffb15a6452a..9f94b38d4fa1df0c776103cb780d42095a040e57 100644 |
--- a/chrome/browser/android/chrome_jni_registrar.cc |
+++ b/chrome/browser/android/chrome_jni_registrar.cc |
@@ -38,6 +38,7 @@ |
#include "chrome/browser/android/omnibox/autocomplete_controller_android.h" |
#include "chrome/browser/android/omnibox/omnibox_prerender.h" |
#include "chrome/browser/android/password_ui_view_android.h" |
+#include "chrome/browser/android/preferences/autofill/autofill_profile_bridge.h" |
#include "chrome/browser/android/preferences/pref_service_bridge.h" |
#include "chrome/browser/android/preferences/website_preference_bridge.h" |
#include "chrome/browser/android/profiles/profile_downloader_android.h" |
@@ -138,6 +139,7 @@ static base::android::RegistrationMethod kChromeRegisteredMethods[] = { |
{"AutofillLoggerAndroid", autofill::AutofillLoggerAndroid::Register}, |
{"AutofillPopup", |
autofill::AutofillPopupViewAndroid::RegisterAutofillPopupViewAndroid}, |
+ {"AutofillProfileBridge", autofill::android::RegisterAutofillProfileBridge}, |
{"BookmarksBridge", BookmarksBridge::RegisterBookmarksBridge}, |
{"CardUnmaskPrompt", autofill::CardUnmaskPromptViewAndroid::Register}, |
{"CertificateViewer", RegisterCertificateViewer}, |