| 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..d852aa96ab25ea2c0ed566ec20f925e9a8bb92e6 100644
|
| --- a/remoting/client/jni/chromoting_jni_runtime.cc
|
| +++ b/remoting/client/jni/chromoting_jni_runtime.cc
|
| @@ -39,10 +39,7 @@ bool RegisterChromotingJniRuntime(JNIEnv* env) {
|
| // 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);
|
| -
|
| + 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
|
|
|