+ari for force-allow-storage-access removals;
+elklm for permission_controller_impl.cc;
I'll tag more reviewers later if this looks fine to you both.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
net::StorageAccessApiStatus::kAccessViaAPI);We only worry about grants because denials don't change state, and revocations are another path requiring navigation retry?
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
We only worry about grants because denials don't change state, and revocations are another path requiring navigation retry?
Right, `ask->denied` doesn't change RFH state; `granted->denied` and `granted->ask` doesn't trigger a state change for non-overridden permissions so we don't trigger one here either. (The granted->not granted transition triggers a butter bar asking the user to reload, IIRC. It doesn't reload automatically because the user might have been in the middle of something on the page.)
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |