| Index: content/browser/android/browser_jni_registrar.cc
|
| diff --git a/content/browser/android/browser_jni_registrar.cc b/content/browser/android/browser_jni_registrar.cc
|
| index 808e3f3ebbc99007818de7fd3cd1302eebc188af..fad7ac3567f1978cd8ed793b18d52984b6afa6f3 100644
|
| --- a/content/browser/android/browser_jni_registrar.cc
|
| +++ b/content/browser/android/browser_jni_registrar.cc
|
| @@ -9,6 +9,7 @@
|
| #include "content/browser/accessibility/browser_accessibility_android.h"
|
| #include "content/browser/accessibility/browser_accessibility_manager_android.h"
|
| #include "content/browser/android/background_sync_launcher_android.h"
|
| +#include "content/browser/android/background_sync_network_observer_android.h"
|
| #include "content/browser/android/browser_startup_controller.h"
|
| #include "content/browser/android/child_process_launcher_android.h"
|
| #include "content/browser/android/composited_touch_handle_drawable.h"
|
| @@ -49,6 +50,8 @@ base::android::RegistrationMethod kContentRegisteredMethods[] = {
|
| content::AndroidLocationApiAdapter::RegisterGeolocationService},
|
| {"BackgroundSyncLauncherAndroid",
|
| content::BackgroundSyncLauncherAndroid::RegisterLauncher},
|
| + {"BackgroundSyncNetworkObserverAndroid",
|
| + content::BackgroundSyncNetworkObserverAndroid::RegisterNetworkObserver},
|
| {"BrowserAccessibilityManager",
|
| content::RegisterBrowserAccessibilityManager},
|
| {"BrowserStartupController", content::RegisterBrowserStartupController},
|
|
|