| Index: base/android/context_utils.cc
|
| diff --git a/base/android/context_utils.cc b/base/android/context_utils.cc
|
| index e9ab723fdf93ab999cf4c2e73881e2fc219f7b15..fd62c45f606b28d4596283738e7d5eb6eed3d490 100644
|
| --- a/base/android/context_utils.cc
|
| +++ b/base/android/context_utils.cc
|
| @@ -38,6 +38,11 @@
|
| return g_application_context.Get().obj();
|
| }
|
|
|
| +void InitApplicationContext(JNIEnv* env, const JavaRef<jobject>& context) {
|
| + SetNativeApplicationContext(env, context);
|
| + Java_ContextUtils_initJavaSideApplicationContext(env, context.obj());
|
| +}
|
| +
|
| static void InitNativeSideApplicationContext(
|
| JNIEnv* env,
|
| const JavaParamRef<jclass>& clazz,
|
|
|