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

Unified Diff: content/app/android/content_jni_onload.cc

Issue 914083004: Remove android_library_loader_hook from content API (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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 | « content/app/android/child_process_service.cc ('k') | content/app/android/library_loader_hooks.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/app/android/content_jni_onload.cc
diff --git a/content/app/android/content_jni_onload.cc b/content/app/android/content_jni_onload.cc
index 1349d0ee4ddb91acf4de2e645c72812d69df66f2..ab9596526ebfa1a23f6e4ea15f7d298a5b301889 100644
--- a/content/app/android/content_jni_onload.cc
+++ b/content/app/android/content_jni_onload.cc
@@ -9,7 +9,7 @@
#include "base/android/base_jni_onload.h"
#include "base/android/jni_onload_delegate.h"
#include "base/android/library_loader/library_loader_hooks.h"
-#include "content/public/app/android_library_loader_hooks.h"
+#include "content/app/android/library_loader_hooks.h"
#include "content/public/app/content_main.h"
namespace content {
@@ -25,9 +25,6 @@ class ContentJNIOnLoadDelegate
};
bool ContentJNIOnLoadDelegate::RegisterJNI(JNIEnv* env) {
- // TODO(michaelbai): Remove the EnsureJniRegistered from
- // content::LibraryLoaded and move android_library_loader_hooks.h to
- // content/app/android/.
return content::EnsureJniRegistered(env);
}
« no previous file with comments | « content/app/android/child_process_service.cc ('k') | content/app/android/library_loader_hooks.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698