| Index: chrome/browser/ui/android/context_menu_helper.cc
|
| diff --git a/chrome/browser/ui/android/context_menu_helper.cc b/chrome/browser/ui/android/context_menu_helper.cc
|
| index e919bf74cecf19080b626126960cd522e925b92d..968180f5035eb8f231f3e7e2eafe5de4c8c4379b 100644
|
| --- a/chrome/browser/ui/android/context_menu_helper.cc
|
| +++ b/chrome/browser/ui/android/context_menu_helper.cc
|
| @@ -177,6 +177,5 @@ void ContextMenuHelper::OnShareImage(const std::string& thumbnail_data,
|
| }
|
|
|
| bool RegisterContextMenuHelper(JNIEnv* env) {
|
| - return RegisterNativesImpl(env) &&
|
| - ContextMenuParamsAndroid::RegisterNativesImpl(env);
|
| + return RegisterNativesImpl(env);
|
| }
|
|
|