| 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 4c7aae9b38bab44b23eb0560c1d3d342510e1da8..5163dac8e82ff2c61e8cb78565180d6afae76aac 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::RegisterAutofillProfileBridge},
|
| {"BookmarksBridge", BookmarksBridge::RegisterBookmarksBridge},
|
| {"CardUnmaskPrompt", autofill::CardUnmaskPromptViewAndroid::Register},
|
| {"CertificateViewer", RegisterCertificateViewer},
|
|
|