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

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

Issue 2296073002: [HBD] Update Old Options Strings for HBD (Closed)
Patch Set: address feedback Created 4 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 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> 8 <div>
9 <div class="radio controlled-setting-with-label"> 9 <div class="radio controlled-setting-with-label">
10 <label> 10 <label>
(...skipping 188 matching lines...) Expand 10 before | Expand all | Expand 10 after
199 <span i18n-content="pluginsBlock"></span> 199 <span i18n-content="pluginsBlock"></span>
200 <span class="controlled-setting-indicator" 200 <span class="controlled-setting-indicator"
201 content-setting="plugins" value="block"></span> 201 content-setting="plugins" value="block"></span>
202 </span> 202 </span>
203 </label> 203 </label>
204 </div> 204 </div>
205 <div class="settings-row"> 205 <div class="settings-row">
206 <button class="exceptions-list-button" contentType="plugins" 206 <button class="exceptions-list-button" contentType="plugins"
207 i18n-content="manageExceptions"></button> 207 i18n-content="manageExceptions"></button>
208 </div> 208 </div>
209 <div id="disable-plugins-container">
tommycli 2016/09/01 17:59:33 This is also no longer needed, since chrome://plug
210 <a href="chrome://plugins" i18n-content="manageIndividualPlugins"
211 target="_blank"></a>
212 </div>
213 </div> 209 </div>
214 </section> 210 </section>
215 <!-- Pop-ups filter --> 211 <!-- Pop-ups filter -->
216 <section> 212 <section>
217 <h3 i18n-content="popupsTabLabel" class="content-settings-header"></h3> 213 <h3 i18n-content="popupsTabLabel" class="content-settings-header"></h3>
218 <div> 214 <div>
219 <div class="radio controlled-setting-with-label"> 215 <div class="radio controlled-setting-with-label">
220 <label> 216 <label>
221 <input type="radio" name="popups" value="allow"> 217 <input type="radio" name="popups" value="allow">
222 <span> 218 <span>
(...skipping 431 matching lines...) Expand 10 before | Expand all | Expand 10 after
654 </section> 650 </section>
655 </div> 651 </div>
656 <div class="action-area"> 652 <div class="action-area">
657 <div class="button-strip"> 653 <div class="button-strip">
658 <button id="content-settings-overlay-confirm" class="default-button" 654 <button id="content-settings-overlay-confirm" class="default-button"
659 i18n-content="done"> 655 i18n-content="done">
660 </button> 656 </button>
661 </div> 657 </div>
662 </div> 658 </div>
663 </div> 659 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698