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

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

Issue 970243003: Refactoring chrome JNI registration. (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 | « chrome/app/android/chrome_jni_onload.cc ('k') | chrome/app/android/chrome_main_delegate_android.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/android/chrome_main_delegate_android.h
diff --git a/chrome/app/android/chrome_main_delegate_android.h b/chrome/app/android/chrome_main_delegate_android.h
index 450e53ac1761a8e88f2d51a0dd117cd5ae0aa378..d03019c842092996e8f592cce4d978d8f19323aa 100644
--- a/chrome/app/android/chrome_main_delegate_android.h
+++ b/chrome/app/android/chrome_main_delegate_android.h
@@ -13,10 +13,6 @@ class ChromeMainDelegateAndroid : public ChromeMainDelegate {
public:
static ChromeMainDelegateAndroid* Create();
- // Set up the JNI bindings. Tie the Java methods with their native
- // counterparts. Override to add more JNI bindings.
- virtual bool RegisterApplicationNativeMethods(JNIEnv* env);
-
protected:
ChromeMainDelegateAndroid();
~ChromeMainDelegateAndroid() override;
« no previous file with comments | « chrome/app/android/chrome_jni_onload.cc ('k') | chrome/app/android/chrome_main_delegate_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698