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

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: Created 3 years, 11 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
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..077e4e1e5439b1bc35e02eb1a3de41c59932df21 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(JavaVM* vm);
-bool OnJNIOnLoadInit(base::android::InitCallback callback);
+bool OnJNIOnLoadInit();
} // namespace android

Powered by Google App Engine
This is Rietveld 408576698