commit | 3264839ed9b7a9458efdb3ab2b942f11e84dce4e | [log] [tgz] |
---|---|---|
author | Alvin Lam <[email protected]> | Thu Sep 28 10:07:58 2023 |
committer | Chromium LUCI CQ <[email protected]> | Thu Sep 28 10:07:58 2023 |
tree | 6d7e0e13d6f6a94b9c520372f076c0a6d1231f94 | |
parent | 21f0e722e7c37f7e9facd192573b080e410b43f1 [diff] [blame] |
[Page Info - Cookies content view] Update the cookies content title and description if user is 3pcd enabled. Screenshot: All cookies not blocked: https://screenshot.googleplex.com/A3Gk577UssmhCGJ All cookies are blocked: https://screenshot.googleplex.com/7TXNSzHRi48nxAC Bug: b/300918726 Change-Id: If42f77c6e181b04e7631349d5ff2b4ef89c9838d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4892207 Commit-Queue: Christian Dullweber <[email protected]> Reviewed-by: Fiona Macintosh <[email protected]> Auto-Submit: Alvin Lam <[email protected]> Reviewed-by: Christian Dullweber <[email protected]> Cr-Commit-Position: refs/heads/main@{#1202471}
diff --git a/components/page_info/page_info_delegate.h b/components/page_info/page_info_delegate.h index 0934729..6218fe1c 100644 --- a/components/page_info/page_info_delegate.h +++ b/components/page_info/page_info_delegate.h
@@ -119,6 +119,9 @@ virtual std::unique_ptr< content_settings::PageSpecificContentSettings::Delegate> GetPageSpecificContentSettingsDelegate() = 0; + virtual bool IsTrackingProtection3pcdEnabled() = 0; + virtual bool AreAllThirdPartyCookiesBlocked() = 0; + virtual bool IsContentDisplayedInVrHeadset() = 0; virtual security_state::SecurityLevel GetSecurityLevel() = 0; virtual security_state::VisibleSecurityState GetVisibleSecurityState() = 0;