Index: chrome/browser/android/chrome_jni_registrar.h |
diff --git a/chrome/browser/android/chrome_jni_registrar.h b/chrome/browser/android/chrome_jni_registrar.h |
index da5339b02f10b4262d75a957642e103322a127ab..ba5871a199abba57624479e0551ca447a53fe5bc 100644 |
--- a/chrome/browser/android/chrome_jni_registrar.h |
+++ b/chrome/browser/android/chrome_jni_registrar.h |
@@ -10,8 +10,8 @@ |
namespace chrome { |
namespace android { |
-// Register all JNI bindings necessary for chrome. |
-bool RegisterJni(JNIEnv* env); |
+// Register all JNI bindings necessary for chrome browser process. |
+bool RegisterBrowserJNI(JNIEnv* env); |
} // namespace android |
} // namespace chrome |