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 2ee7fa089a52900e51e9c1b4bc8a7ccf7a0ca3d7..002172ad3375abde0f542b287cd0c3e67cc4010d 100644 |
--- a/chrome/browser/android/chrome_jni_registrar.cc |
+++ b/chrome/browser/android/chrome_jni_registrar.cc |
@@ -11,6 +11,7 @@ |
#include "chrome/browser/android/accessibility/font_size_prefs_android.h" |
#include "chrome/browser/android/accessibility_util.h" |
#include "chrome/browser/android/appmenu/app_menu_drag_helper.h" |
+#include "chrome/browser/android/background_sync_launcher_android.h" |
#include "chrome/browser/android/banners/app_banner_infobar_delegate_android.h" |
#include "chrome/browser/android/banners/app_banner_manager_android.h" |
#include "chrome/browser/android/bookmarks/bookmarks_bridge.h" |
@@ -202,6 +203,8 @@ static base::android::RegistrationMethod kChromeRegisteredMethods[] = { |
autofill::AutofillPopupViewAndroid::RegisterAutofillPopupViewAndroid}, |
{"AutofillProfileBridge", autofill::RegisterAutofillProfileBridge}, |
{"AutoSigninSnackbarController", RegisterAutoSigninSnackbarController}, |
+ {"BackgroundSyncLauncherAndroid", |
+ BackgroundSyncLauncherAndroid::RegisterLauncher}, |
{"BluetoothChooserAndroid", BluetoothChooserAndroid::Register}, |
{"BookmarksBridge", BookmarksBridge::RegisterBookmarksBridge}, |
{"CardUnmaskPrompt", autofill::CardUnmaskPromptViewAndroid::Register}, |