Chromium Code Reviews
DescriptionSupport "learn more" link for EME in PermissionRequestManager code-path on Android
This patch adds the "learn more" link for EME in the infobar and modal
prompts on Android when the PermissionRequestManager is enabled. Since
only EME requires this link, this is for now hard-coded into
PermissionPromptAndroid (if we want other permission requests to have
this, we would probably move it to PermissionRequest).
Note that currently the UI for this will be wrong for infobars, as the
infobar message is something like "https://permission.site wants to",
and we add "Learn more" after that. In a later patch I'll make the
infobars from the PRM match the existing ones (have everything in the
message).
BUG=606138
Review-Url: https://codereview.chromium.org/2919323002
Cr-Commit-Position: refs/heads/master@{#477532}
Committed: https://chromium.googlesource.com/chromium/src/+/663a25accbad02b9f3cb8d7b60e5dc0f05a9f530
Patch Set 1 #Patch Set 2 : test (sort-of) #Patch Set 3 : fix argument order #Patch Set 4 : fix var order #
Total comments: 8
Patch Set 5 : address comments #Messages
Total messages: 29 (22 generated)
|