| 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 f20be0eb41abdb0e210f0383f2f678cd3c0986f0..512a8c3273c9bdce498b75928a4efd15ca5c6b27 100644
|
| --- a/chrome/browser/android/chrome_jni_registrar.cc
|
| +++ b/chrome/browser/android/chrome_jni_registrar.cc
|
| @@ -70,6 +70,7 @@
|
| #include "chrome/browser/android/rlz/revenue_stats.h"
|
| #include "chrome/browser/android/shortcut_helper.h"
|
| #include "chrome/browser/android/signin/account_management_screen_helper.h"
|
| +#include "chrome/browser/android/signin/account_tracker_service_android.h"
|
| #include "chrome/browser/android/signin/signin_manager_android.h"
|
| #include "chrome/browser/android/tab/thumbnail_tab_helper_android.h"
|
| #include "chrome/browser/android/tab_android.h"
|
| @@ -176,6 +177,7 @@ static base::android::RegistrationMethod kChromeRegisteredMethods[] = {
|
| {"AccessibilityUtils", AccessibilityUtil::Register},
|
| {"AccountChooserInfoBar", RegisterAccountChooserInfoBar},
|
| {"AccountManagementScreenHelper", AccountManagementScreenHelper::Register},
|
| + {"AccountTrackerService", AccountTrackerServiceAndroid::Register},
|
| {"AddToHomescreenDialogHelper",
|
| AddToHomescreenDialogHelper::RegisterAddToHomescreenDialogHelper},
|
| {"AfterStartupTaskUtils", RegisterAfterStartupTaskUtilsJNI},
|
|
|