-
Notifications
You must be signed in to change notification settings - Fork 920
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SiteSettings] Remove non-applicable info when deleting site data.
- Loading branch information
1 parent
ebd215e
commit 592b1b7
Showing
1 changed file
with
13 additions
and
0 deletions.
There are no files selected for viewing
13 changes: 13 additions & 0 deletions
13
patches/chrome-browser-resources-settings-site_settings-site_details.html.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
diff --git a/chrome/browser/resources/settings/site_settings/site_details.html b/chrome/browser/resources/settings/site_settings/site_details.html | ||
index ada08944de3848398ae1513c56028cd0d1447bf0..fa25a72e8a6361f90d21033c7d469c181c7c8fba 100644 | ||
--- a/chrome/browser/resources/settings/site_settings/site_details.html | ||
+++ b/chrome/browser/resources/settings/site_settings/site_details.html | ||
@@ -69,7 +69,7 @@ | ||
role="presentation"></cr-icon> | ||
$i18n{siteSettingsSiteDeleteStorageOfflineData} | ||
</div> | ||
- <div class="detail" id="adPersonalization"> | ||
+ <div class="detail" id="adPersonalization" style="display: none;"> | ||
<cr-icon icon="all-sites:tag" aria-hidden="true" | ||
role="presentation"></cr-icon> | ||
$i18n{siteSettingsRemoveSiteAdPersonalization} |