Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adapt to change in content_settings.mojom.AllowStorageAccess signature
The |site_for_cookies| parameter is now a net::SiteForCookies, instead of a GURL. Chromium change: https://source.chromium.org/chromium/chromium/src/+/b7a6e74b0f7070dbc595b84bfbbf40b71f2f1db8 commit b7a6e74b0f7070dbc595b84bfbbf40b71f2f1db8 Author: Ari Chivukula <arichiv@chromium.org> Date: Fri Aug 6 20:43:41 2021 +0000 [GURL -> SiteForCookies] components/content_settings/common/content_settings_manager.mojom This is part of a larger effort to replace GURL with SiteForCookies to simplify/consolidate comparison and increase safety. This file was found by looking for mojom files as follows: https://source.chromium.org/search?q=%22mojom.Url%20site_for_cookies%22 Bug: 577565
- Loading branch information