Commit f8c269d9 authored by Mustaq Ahmed's avatar Mustaq Ahmed Committed by Commit Bot

Enable context menu at drag-end for webui tabstrip.

Bug: 1096189
Change-Id: Ie6d6bb110580d5b96751331483bac6ac46153f0e
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2367991Reviewed-by: default avatarJohn Lee <johntlee@chromium.org>
Commit-Queue: Mustaq Ahmed <mustaq@chromium.org>
Cr-Commit-Position: refs/heads/master@{#806370}
parent a65591ee
......@@ -37,4 +37,5 @@ void ChromeContentBrowserClientTabStripPart::OverrideWebkitPrefs(
web_prefs->minimum_logical_font_size =
default_prefs.minimum_logical_font_size;
web_prefs->touch_drag_drop_enabled = true;
web_prefs->touch_dragend_context_menu = true;
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment