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

Unified Diff: chrome/browser/ui/android/tab_contents/chrome_web_contents_view_delegate_android.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
« no previous file with comments | « chrome/browser/ui/android/context_menu_helper.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/android/tab_contents/chrome_web_contents_view_delegate_android.cc
diff --git a/chrome/browser/ui/android/tab_contents/chrome_web_contents_view_delegate_android.cc b/chrome/browser/ui/android/tab_contents/chrome_web_contents_view_delegate_android.cc
index 2fa7fe9426b9dbb1e29b4d573582dddd86c97a70..dd41ad6f1c3ab65a3d5d9e443a621745e880b630 100644
--- a/chrome/browser/ui/android/tab_contents/chrome_web_contents_view_delegate_android.cc
+++ b/chrome/browser/ui/android/tab_contents/chrome_web_contents_view_delegate_android.cc
@@ -33,6 +33,7 @@ void ChromeWebContentsViewDelegateAndroid::ShowContextMenu(
// the same context menu code.
ContextMenuHelper* helper =
ContextMenuHelper::FromWebContents(web_contents_);
+ DVLOG(0) << "ctxs ChromeWebContentsViewDelegateAndroid::ShowContextMenu";
if (helper)
helper->ShowContextMenu(render_frame_host, params);
}
« no previous file with comments | « chrome/browser/ui/android/context_menu_helper.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698