| Index: remoting/android/host/src/org/chromium/chromoting/host/jni/Host.java
|
| diff --git a/remoting/android/host/src/org/chromium/chromoting/host/jni/Host.java b/remoting/android/host/src/org/chromium/chromoting/host/jni/Host.java
|
| index b1c9aa1b41f97999ff5b0cf7bbc6dece2b2902ce..f8f7fb96e043fcf6072cb1b1f1a3feb4e954ddda 100644
|
| --- a/remoting/android/host/src/org/chromium/chromoting/host/jni/Host.java
|
| +++ b/remoting/android/host/src/org/chromium/chromoting/host/jni/Host.java
|
| @@ -24,8 +24,8 @@
|
| * @param context The Application context.
|
| */
|
| public static void loadLibrary(Context context) {
|
| - ContextUtils.initApplicationContext(context.getApplicationContext());
|
| System.loadLibrary("remoting_host_jni");
|
| + ContextUtils.initApplicationContext(context);
|
| }
|
|
|
| public Host() {
|
|
|