Chromium Code Reviews
DescriptionChange PermissionContextBase to always return CONTENT_SETTING_ASK if a user dismisses the prompt
Currently if a user dismisses the prompt, we will return the default value for
the content setting related to that prompt. Right now this will always be
CONTENT_SETTING_ASK for all settings that have a prompt. With flash (which we
are adding a prompt for) the default setting is DETECT. However it seems to be
more consistent and easier to reason about to always return ASK in this case
and the caller of the API can respond appropriately.
BUG=650825
Committed: https://crrev.com/423d965fe94116587295cffe206e7c6372494d7e
Cr-Commit-Position: refs/heads/master@{#421696}
Patch Set 1 #
Messages
Total messages: 8 (3 generated)
|
|||||||||||||||||||