Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(57)

Unified Diff: chrome/browser/resources/settings/privacy_page/privacy_page.html

Issue 2082663003: Site Settings Desktop: Convert cookie controls to distributed node. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/resources/settings/site_settings/site_settings_category.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/settings/privacy_page/privacy_page.html
diff --git a/chrome/browser/resources/settings/privacy_page/privacy_page.html b/chrome/browser/resources/settings/privacy_page/privacy_page.html
index 3373c22eae4fab3e470d6dc2f07850bba075f0d3..b6a3ee3a11b248bdfd0b4433e854e577bca928ab 100644
--- a/chrome/browser/resources/settings/privacy_page/privacy_page.html
+++ b/chrome/browser/resources/settings/privacy_page/privacy_page.html
@@ -157,10 +157,16 @@
<template is="dom-if" name="site-settings-category-cookies">
<settings-subpage page-title="$i18n{siteSettingsCategoryCookies}">
<site-settings-category
- prefs="{{prefs}}"
selected-site="{{selectedSite}}"
current-route="{{currentRoute}}"
category="{{ContentSettingsTypes.COOKIES}}">
+ <div class="settings-box cookie-controls">
+ <settings-checkbox class="start"
+ label="$i18n{thirdPartyCookie}"
+ sub-label="$i18n{thirdPartyCookieSublabel}"
+ pref="{{prefs.profile.block_third_party_cookies}}">
+ </settings-checkbox>
+ </div>
</site-settings-category>
</settings-subpage>
</template>
« no previous file with comments | « no previous file | chrome/browser/resources/settings/site_settings/site_settings_category.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698