| 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 7ece354ca5121285fca546ccbdd75b30a8014b7d..052600283545a6ccf52e7e34f50f9efdc7ad8d55 100644
|
| --- a/chrome/browser/android/chrome_jni_registrar.cc
|
| +++ b/chrome/browser/android/chrome_jni_registrar.cc
|
| @@ -69,6 +69,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"
|
| @@ -172,6 +173,7 @@ static base::android::RegistrationMethod kChromeRegisteredMethods[] = {
|
| {"AccessibilityUtils", AccessibilityUtil::Register},
|
| {"AccountChooserInfoBar", RegisterAccountChooserInfoBar},
|
| {"AccountManagementScreenHelper", AccountManagementScreenHelper::Register},
|
| + {"AccountTrackerService", AccountTrackerServiceAndroid::Register},
|
| {"AddToHomescreenDialogHelper",
|
| AddToHomescreenDialogHelper::RegisterAddToHomescreenDialogHelper},
|
| {"AfterStartupTaskUtils", RegisterAfterStartupTaskUtilsJNI},
|
|
|