Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3309)

Unified Diff: chrome/app/android/chrome_jni_onload.h

Issue 2620303004: Remove JNI onload callback vector construction in favour of direct calls. (Closed)
Patch Set: rebase compile errors Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « base/android/base_jni_onload.cc ('k') | chrome/app/android/chrome_jni_onload.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/android/chrome_jni_onload.h
diff --git a/chrome/app/android/chrome_jni_onload.h b/chrome/app/android/chrome_jni_onload.h
index d5cb6ad9247d1f1e280d2031184c4f8801dfab5c..efa9a8d02dfed9e630ab136176f5c5c0a771b83c 100644
--- a/chrome/app/android/chrome_jni_onload.h
+++ b/chrome/app/android/chrome_jni_onload.h
@@ -9,11 +9,9 @@
namespace android {
-bool OnJNIOnLoadRegisterJNI(
- JavaVM* vm,
- base::android::RegisterCallback callback);
+bool OnJNIOnLoadRegisterJNI(JNIEnv* env);
-bool OnJNIOnLoadInit(base::android::InitCallback callback);
+bool OnJNIOnLoadInit();
} // namespace android
« no previous file with comments | « base/android/base_jni_onload.cc ('k') | chrome/app/android/chrome_jni_onload.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698