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 33bb16a39e587f35986e782b3e4ea0b90e86ca02..72bde9fc1428ccbe82d861665ac21cb3061b69f2 100644 |
--- a/chrome/browser/ui/android/context_menu_helper.h |
+++ b/chrome/browser/ui/android/context_menu_helper.h |
@@ -26,7 +26,7 @@ class ContextMenuHelper |
public: |
~ContextMenuHelper() override; |
- bool ShowContextMenu(content::RenderFrameHost* render_frame_host, |
+ void ShowContextMenu(content::RenderFrameHost* render_frame_host, |
const content::ContextMenuParams& params); |
void SetPopulator(jobject jpopulator); |