| Index: remoting/client/jni/chromoting_jni_runtime.cc
|
| diff --git a/remoting/client/jni/chromoting_jni_runtime.cc b/remoting/client/jni/chromoting_jni_runtime.cc
|
| index cbc7a35fad61c5bca8bd1f9b5db0043101a1785a..9e9c953f90f562f2e0d954229fe7bbcd85cc150c 100644
|
| --- a/remoting/client/jni/chromoting_jni_runtime.cc
|
| +++ b/remoting/client/jni/chromoting_jni_runtime.cc
|
| @@ -40,7 +40,7 @@ bool RegisterJni(JNIEnv* env) {
|
|
|
| static void LoadNative(JNIEnv* env, jclass clazz, jobject context) {
|
| base::android::ScopedJavaLocalRef<jobject> context_activity(env, context);
|
| - base::android::InitApplicationContext(context_activity);
|
| + base::android::InitApplicationContext(env, context_activity);
|
|
|
| // The google_apis functions check the command-line arguments to make sure no
|
| // runtime API keys have been specified by the environment. Unfortunately, we
|
|
|