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

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

Issue 1471993002: Resume cursor blinking on closing context menu (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: robusted onContextMenuClosed() and fixed nits Created 5 years 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 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);

Powered by Google App Engine
This is Rietveld 408576698