Chromium Code Reviews| 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 ed3003c5309af8c22540f2ebf28006aeacd6c7f7..568232586121e064df040250526675ea03b1b92f 100644 |
| --- a/chrome/browser/android/chrome_jni_registrar.cc |
| +++ b/chrome/browser/android/chrome_jni_registrar.cc |
| @@ -172,6 +172,7 @@ |
| #include "components/gcm_driver/instance_id/android/component_jni_registrar.h" |
| #include "components/invalidation/impl/android/component_jni_registrar.h" |
| #include "components/payments/content/android/currency_formatter_android.h" |
| +#include "components/payments/content/android/journey_logger_android.h" |
|
Ted C
2017/03/27 21:48:05
If you look at the other components, they have a s
|
| #include "components/payments/content/android/payment_details_validation_android.h" |
| #include "components/payments/content/android/payment_manifest_downloader_android.h" |
| #include "components/payments/content/android/payment_manifest_parser_android.h" |
| @@ -315,6 +316,7 @@ static base::android::RegistrationMethod kChromeRegisteredMethods[] = { |
| {"ShortcutHelper", ShortcutHelper::RegisterShortcutHelper}, |
| {"JavascriptAppModalDialog", |
| JavascriptAppModalDialogAndroid::RegisterJavascriptAppModalDialog}, |
| + {"JourneyLogger", payments::JourneyLoggerAndroid::Register}, |
| {"LargeIconBridge", LargeIconBridge::RegisterLargeIconBridge}, |
| {"LaunchMetrics", metrics::RegisterLaunchMetrics}, |
| {"LayerTitleCache", RegisterLayerTitleCache}, |