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

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

Issue 852383002: Plugin Power Saver: Rename BLOCK to 'Let me choose...' and UI tweaks. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 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 203 matching lines...) Expand 10 before | Expand all | Expand 10 after
214 <span class="controlled-setting-indicator" 214 <span class="controlled-setting-indicator"
215 content-setting="plugins" value="block"></span> 215 content-setting="plugins" value="block"></span>
216 </span> 216 </span>
217 </label> 217 </label>
218 </div> 218 </div>
219 <div class="settings-row"> 219 <div class="settings-row">
220 <button class="exceptions-list-button" contentType="plugins" 220 <button class="exceptions-list-button" contentType="plugins"
221 i18n-content="manageExceptions"></button> 221 i18n-content="manageExceptions"></button>
222 </div> 222 </div>
223 <div id="disable-plugins-container"> 223 <div id="disable-plugins-container">
224 <a href="chrome://plugins" i18n-content="disableIndividualPlugins" 224 <a href="chrome://plugins" i18n-content="manageIndividualPlugins"
225 target="_blank"></a> 225 target="_blank"></a>
226 </div> 226 </div>
227 </div> 227 </div>
228 <div class="experimental-website-settings" hidden> 228 <div class="experimental-website-settings" hidden>
229 <span id="plugins-default-string"></span> 229 <span id="plugins-default-string"></span>
230 <div class="settings-row"> 230 <div class="settings-row">
231 <button class="website-settings-permission-button" 231 <button class="website-settings-permission-button"
232 contentType="plugins" i18n-content="websitesManage"></button> 232 contentType="plugins" i18n-content="websitesManage"></button>
233 </div> 233 </div>
234 </div> 234 </div>
(...skipping 417 matching lines...) Expand 10 before | Expand all | Expand 10 after
652 </section> 652 </section>
653 </div> 653 </div>
654 <div class="action-area"> 654 <div class="action-area">
655 <div class="button-strip"> 655 <div class="button-strip">
656 <button id="content-settings-overlay-confirm" class="default-button" 656 <button id="content-settings-overlay-confirm" class="default-button"
657 i18n-content="done"> 657 i18n-content="done">
658 </button> 658 </button>
659 </div> 659 </div>
660 </div> 660 </div>
661 </div> 661 </div>
OLDNEW
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/ui/webui/options/content_settings_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698