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

Unified Diff: chrome/browser/android/chrome_entry_point.cc

Issue 2820213002: Fix naming in base/android/jni_utils. (Closed)
Patch Set: Created 3 years, 8 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/jni_utils.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/android/chrome_entry_point.cc
diff --git a/chrome/browser/android/chrome_entry_point.cc b/chrome/browser/android/chrome_entry_point.cc
index fad7aa7ccaaa4917bf50f94b061b6f83d672fc43..ee46cd6c29f7436c03d80d3e2e661d4d5f18e4ab 100644
--- a/chrome/browser/android/chrome_entry_point.cc
+++ b/chrome/browser/android/chrome_entry_point.cc
@@ -23,7 +23,7 @@ JNI_EXPORT jint JNI_OnLoad(JavaVM* vm, void* reserved) {
// Java side and only register a subset of JNI methods.
base::android::InitVM(vm);
JNIEnv* env = base::android::AttachCurrentThread();
- if (base::android::isSelectiveJniRegistrationEnabled(env)) {
+ if (base::android::IsSelectiveJniRegistrationEnabled(env)) {
base::android::SetJniRegistrationType(
base::android::SELECTIVE_JNI_REGISTRATION);
}
« no previous file with comments | « base/android/jni_utils.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698