[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;