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

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

Issue 2031833003: MD Site Settings: Implement the third-party checkbox for Cookies. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address feedback 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
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 b00e3240228d00a5df1a6f252b787102f2c789f2..f9005d70968dc9823e39406561dd90305d1934f0 100644
--- a/chrome/browser/resources/settings/privacy_page/privacy_page.html
+++ b/chrome/browser/resources/settings/privacy_page/privacy_page.html
@@ -137,6 +137,7 @@
<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}}">

Powered by Google App Engine
This is Rietveld 408576698