Chromium Code Reviews| Index: mojo/runner/android/android_handler.cc |
| diff --git a/mojo/runner/android/android_handler.cc b/mojo/runner/android/android_handler.cc |
| index 354720a4968621bd71506983ee8b0cab1d7e936c..7a7579b6030eac1179a8bdeb59f1d94c17bea152 100644 |
| --- a/mojo/runner/android/android_handler.cc |
| +++ b/mojo/runner/android/android_handler.cc |
| @@ -51,6 +51,7 @@ void RunAndroidApplication(JNIEnv* env, |
| // access the Android ApplicationContext in which they are run. If the |
| // application library exports the InitApplicationContext function, we will |
| // set it there. |
| + // TODO: what to do about this? |
|
Torne
2015/11/06 16:43:19
Mojo folks: is it reasonable to remove this mechan
qsr
2015/11/13 14:36:06
Unfortunately, I don't think you can do this.
|
| const char* init_application_context_name = "InitApplicationContext"; |
| typedef void (*InitApplicationContextFn)( |
| const base::android::JavaRef<jobject>&); |