| Index: base/android/base_jni_registrar.cc
|
| diff --git a/base/android/base_jni_registrar.cc b/base/android/base_jni_registrar.cc
|
| index 468e297fba13829aab77dfde8feb1b390f0a9c55..f49fe1563226391b377065ea2ce17edf728b7115 100644
|
| --- a/base/android/base_jni_registrar.cc
|
| +++ b/base/android/base_jni_registrar.cc
|
| @@ -13,6 +13,7 @@
|
| #include "base/android/memory_pressure_listener_android.h"
|
| #include "base/android/path_service_android.h"
|
| #include "base/android/path_utils.h"
|
| +#include "base/android/sys_utils.h"
|
| #include "base/android/thread_utils.h"
|
| #include "base/basictypes.h"
|
| #include "base/debug/trace_event.h"
|
| @@ -40,6 +41,7 @@ static RegistrationMethod kBaseRegisteredMethods[] = {
|
| { "PathService", base::android::RegisterPathService },
|
| { "PathUtils", base::android::RegisterPathUtils },
|
| { "SystemMessageHandler", base::MessagePumpForUI::RegisterBindings },
|
| + { "SysUtils", base::android::SysUtils::Register },
|
| { "PowerMonitor", base::RegisterPowerMonitor },
|
| { "ThreadUtils", base::RegisterThreadUtils },
|
| };
|
|
|