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

Unified Diff: chrome/browser/ui/android/context_menu_helper.h

Issue 2360103002: Removing unnecessary context menu logic (Closed)
Patch Set: fixed nits Created 4 years, 3 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
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);

Powered by Google App Engine
This is Rietveld 408576698