| 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;
|
|
|