| Index: chrome/browser/ui/android/context_menu_helper.h
|
| diff --git a/chrome/browser/ui/android/context_menu_helper.h b/chrome/browser/ui/android/context_menu_helper.h
|
| index 499eaad5918e010b251bd504b20be2c362b41a23..3fa25b948276a30f0590b649c7aedef2e222e74a 100644
|
| --- a/chrome/browser/ui/android/context_menu_helper.h
|
| +++ b/chrome/browser/ui/android/context_menu_helper.h
|
| @@ -24,7 +24,7 @@ class ContextMenuHelper
|
| public:
|
| ~ContextMenuHelper() override;
|
|
|
| - void ShowContextMenu(const content::ContextMenuParams& params);
|
| + bool ShowContextMenu(const content::ContextMenuParams& params);
|
|
|
| void SetPopulator(jobject jpopulator);
|
|
|
|
|