| 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 af778c38488c5abfccd4dc0c6b667a4edc63d6fc..335e1ff61eea5231535837417af88cc3a26bd0d5 100644
|
| --- a/remoting/client/jni/chromoting_jni_runtime.cc
|
| +++ b/remoting/client/jni/chromoting_jni_runtime.cc
|
| @@ -38,11 +38,7 @@ bool RegisterChromotingJniRuntime(JNIEnv* env) {
|
| // Implementation of stubs defined in JniInterface_jni.h. These are the entry
|
| // points for JNI calls from Java into C++.
|
|
|
| -static void LoadNative(JNIEnv* env,
|
| - const JavaParamRef<jclass>& clazz,
|
| - const JavaParamRef<jobject>& context) {
|
| - base::android::InitApplicationContext(env, context);
|
| -
|
| +static void LoadNative(JNIEnv* env, const JavaParamRef<jclass>& clazz) {
|
| // The google_apis functions check the command-line arguments to make sure no
|
| // runtime API keys have been specified by the environment. Unfortunately, we
|
| // neither launch Chromium nor have a command line, so we need to prevent
|
|
|