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

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

Issue 2961903002: WIP debug context menu triggering when moving pins
Patch Set: Created 3 years, 6 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.cc
diff --git a/chrome/browser/ui/android/context_menu_helper.cc b/chrome/browser/ui/android/context_menu_helper.cc
index efc1d4db992e670d56e8a6b52e27553df7f635c7..04207e76123dec36421d99126ac425894e992e75 100644
--- a/chrome/browser/ui/android/context_menu_helper.cc
+++ b/chrome/browser/ui/android/context_menu_helper.cc
@@ -125,6 +125,7 @@ void ContextMenuHelper::ShowContextMenu(
render_frame_id_ = render_frame_host->GetRoutingID();
render_process_id_ = render_frame_host->GetProcess()->GetID();
+ DVLOG(0) << "ctxs ContextMenuHelper::ShowContextMenu";
Java_ContextMenuHelper_showContextMenu(
env, java_obj_, jcontent_view_core,
ContextMenuHelper::CreateJavaContextMenuParams(params));

Powered by Google App Engine
This is Rietveld 408576698