Allow to use measured width in translate overflow menu
When showing the overflow menu, we should use measured width (by setting fixedWidth to false) to make sure all items fit inside the menu. When showing the language menu (with 100+ languages), we should use the hardcoded width (fixedWidth = true) so that it won't take a long time to measure all item widths. BUG=709964 Review-Url: https://codereview.chromium.org/2824083003 Cr-Commit-Position: refs/heads/master@{#468518}
Showing
Please register or sign in to comment