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

Unified Diff: chrome/browser/resources/options/website_settings.html

Issue 542253003: Add a global on/off switch for content settings and expose a toggle on the Website Settings options… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@global-settings
Patch Set: Rebase. Created 6 years, 3 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/options/website_settings.html
diff --git a/chrome/browser/resources/options/website_settings.html b/chrome/browser/resources/options/website_settings.html
index 6470f787291e84ba6b716f84e45f96b274c7c7c3..8bd13dbaee471aa35366e782de5c4f56a7398154 100644
--- a/chrome/browser/resources/options/website_settings.html
+++ b/chrome/browser/resources/options/website_settings.html
@@ -5,6 +5,12 @@
<div id="website-list-content-area" class="content-area">
<div class="website-column-headers">
<div id="website-settings-global-controls">
+ <div class="checkbox">
+ <label>
+ <input id="global-setting-toggle" type="checkbox">
+ <span i18n-content="websitesLabelOn"></span>
+ </label>
+ </div>
<select id="global-setting"></select>
</div>
<div class="website-header-controls">
« no previous file with comments | « chrome/browser/resources/options/website_settings.css ('k') | chrome/browser/resources/options/website_settings.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698