Chromium Code Reviews
Description[Android] 'Open in browser' in context menu for CCT does not work for image.
When the default browser is not set, the 'Open in browser' option in the
context menu for CCT does not work for image and video link.
This is because for image and video, the linkUrl of the
ContextMenuParams is null. It is a same problem as the bug here:
https://bugs.chromium.org/p/chromium/issues/detail?id=696417.
And to fix it, follow this CL:
https://codereview.chromium.org/2739723004/ that checks the type of link
first then passes different urls for different types of link.
BUG=706209
Review-Url: https://codereview.chromium.org/2779113006
Cr-Commit-Position: refs/heads/master@{#460505}
Committed: https://chromium.googlesource.com/chromium/src/+/83bb552f1111fc669d47cb8070f647a8e2caf1d7
Patch Set 1 #
Messages
Total messages: 8 (4 generated)
|
|||||||||||||||||||