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

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

Issue 1007443004: Plugin Power Saver: Replace all "plug-in" with "plugin" for consistency. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove terms and native_client_sdk changes. Created 5 years, 9 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 154 matching lines...) Expand 10 before | Expand all | Expand 10 after
165 class="handler-radio"> 165 class="handler-radio">
166 <span i18n-content="handlers_block"></span> 166 <span i18n-content="handlers_block"></span>
167 </label> 167 </label>
168 </div> 168 </div>
169 <div class="settings-row"> 169 <div class="settings-row">
170 <button id="manage-handlers-button" contentType="handlers" 170 <button id="manage-handlers-button" contentType="handlers"
171 i18n-content="manage_handlers"></button> 171 i18n-content="manage_handlers"></button>
172 </div> 172 </div>
173 </div> 173 </div>
174 </section> 174 </section>
175 <!-- Plug-ins 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 type="radio" name="plugins" value="allow">
182 <span> 182 <span>
183 <span i18n-content="pluginsAllow"></span> 183 <span i18n-content="pluginsAllow"></span>
184 <span class="controlled-setting-indicator" 184 <span class="controlled-setting-indicator"
185 content-setting="plugins" value="allow"></span> 185 content-setting="plugins" value="allow"></span>
(...skipping 480 matching lines...) Expand 10 before | Expand all | Expand 10 after
666 </section> 666 </section>
667 </div> 667 </div>
668 <div class="action-area"> 668 <div class="action-area">
669 <div class="button-strip"> 669 <div class="button-strip">
670 <button id="content-settings-overlay-confirm" class="default-button" 670 <button id="content-settings-overlay-confirm" class="default-button"
671 i18n-content="done"> 671 i18n-content="done">
672 </button> 672 </button>
673 </div> 673 </div>
674 </div> 674 </div>
675 </div> 675 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698