Chromium change: https://github.com/chromium/chromium/commit/5b05dd6d54ca92c8e00ef8ce74f822cd722b8b3f Cleanup autogranted DSE permissions Since the work to revert DSE permissions has moved to 100% (cl/412714386) there is no need to keep the logic that autogrants permissions to the DSE. This CL cleans all of the related logic, leaving only the bit that reverts the autogranted permissions (if they are present) and bits related to the DSE origin that don't have anything to do with the permissions specifically (which are still used for the X-Geo) header. Bug: 1270216