| Index: base/android/jni_android.h
|
| diff --git a/base/android/jni_android.h b/base/android/jni_android.h
|
| index 0e34724d7aee7e470b61f10251f545e8ac5f2847..9a158950210c2bf5c2c17f146866f3ea58e9ac54 100644
|
| --- a/base/android/jni_android.h
|
| +++ b/base/android/jni_android.h
|
| @@ -27,6 +27,7 @@ void InitVM(JavaVM* vm);
|
| // TODO: We might combine InitVM() and InitApplicationContext() into one method.
|
| void InitApplicationContext(jobject context);
|
|
|
| +// Returns the application context assigned by InitApplicationContext().
|
| jobject GetApplicationContext();
|
|
|
| // Get the method ID for a method. Will clear the pending Java
|
| @@ -42,4 +43,5 @@ bool CheckException(JNIEnv* env);
|
|
|
| } // namespace android
|
| } // namespace base
|
| -#endif
|
| +
|
| +#endif // BASE_ANDROID_JNI_ANDROID_H_
|
|
|