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 04c3857e91046925bc30487be6d98a744a92ca8f..e5aff237551f509378283bcaae29384d8e7871e1 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 |
@@ -30,9 +30,8 @@ public class Host { |
* @param context The Application context. |
*/ |
public static void loadLibrary(Context context) { |
- ContextUtils.initApplicationContext(context.getApplicationContext()); |
System.loadLibrary("remoting_host_jni"); |
- ContextUtils.initApplicationContextForNative(); |
+ ContextUtils.initApplicationContext(context); |
} |
public Host() { |