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

Side by Side Diff: chrome/browser/resources/options/content_settings.html

Issue 1033103002: Plugin Power Saver: Overhaul plugin-power-saver flags. Show in UI. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 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 unified diff | Download patch
OLDNEW
1 <div id="content-settings-page" class="page" hidden> 1 <div id="content-settings-page" class="page" hidden>
2 <div class="close-button"></div> 2 <div class="close-button"></div>
3 <h1 i18n-content="contentSettingsPage"></h1> 3 <h1 i18n-content="contentSettingsPage"></h1>
4 <div class="content-area"> 4 <div class="content-area">
5 <!-- Cookie filter tab contents --> 5 <!-- Cookie filter tab contents -->
6 <section> 6 <section>
7 <h3 i18n-content="cookiesTabLabel"></h3> 7 <h3 i18n-content="cookiesTabLabel"></h3>
8 <div class="replace-with-website-settings"> 8 <div class="replace-with-website-settings">
9 <div class="radio controlled-setting-with-label"> 9 <div class="radio controlled-setting-with-label">
10 <label> 10 <label>
(...skipping 160 matching lines...) Expand 10 before | Expand all | Expand 10 after
171 i18n-content="manageHandlers"></button> 171 i18n-content="manageHandlers"></button>
172 </div> 172 </div>
173 </div> 173 </div>
174 </section> 174 </section>
175 <!-- Plugins filter --> 175 <!-- Plugins filter -->
176 <section> 176 <section>
177 <h3 i18n-content="pluginsTabLabel"></h3> 177 <h3 i18n-content="pluginsTabLabel"></h3>
178 <div class="replace-with-website-settings"> 178 <div class="replace-with-website-settings">
179 <div class="radio controlled-setting-with-label"> 179 <div class="radio controlled-setting-with-label">
180 <label> 180 <label>
181 <input type="radio" name="plugins" value="allow"> 181 <input id="plugins-allow-radio" type="radio" name="plugins"
182 value="allow">
182 <span> 183 <span>
183 <span i18n-content="pluginsAllow"></span> 184 <span i18n-content="pluginsAllow"></span>
184 <span class="controlled-setting-indicator" 185 <span class="controlled-setting-indicator"
185 content-setting="plugins" value="allow"></span> 186 content-setting="plugins" value="allow"></span>
186 </span> 187 </span>
187 </label> 188 </label>
188 </div> 189 </div>
189 <div class="radio controlled-setting-with-label"> 190 <div class="radio controlled-setting-with-label">
190 <label> 191 <label>
191 <input type="radio" name="plugins" value="detect"> 192 <input type="radio" name="plugins" value="detect">
(...skipping 474 matching lines...) Expand 10 before | Expand all | Expand 10 after
666 </section> 667 </section>
667 </div> 668 </div>
668 <div class="action-area"> 669 <div class="action-area">
669 <div class="button-strip"> 670 <div class="button-strip">
670 <button id="content-settings-overlay-confirm" class="default-button" 671 <button id="content-settings-overlay-confirm" class="default-button"
671 i18n-content="done"> 672 i18n-content="done">
672 </button> 673 </button>
673 </div> 674 </div>
674 </div> 675 </div>
675 </div> 676 </div>
OLDNEW
« no previous file with comments | « chrome/browser/plugins/plugins_field_trial.cc ('k') | chrome/browser/resources/options/content_settings.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698