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

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

Issue 10835016: Rename media gallery -> media galleries in pref/UI components. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 5 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 | Annotate | Revision Log
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="cookies_tab_label"></h3> 7 <h3 i18n-content="cookies_tab_label"></h3>
8 <div> 8 <div>
9 <div class="radio"> 9 <div class="radio">
10 <label> 10 <label>
(...skipping 300 matching lines...) Expand 10 before | Expand all | Expand 10 after
311 <div class="radio"> 311 <div class="radio">
312 <label> 312 <label>
313 <input type="radio" name="media-stream" value="block"> 313 <input type="radio" name="media-stream" value="block">
314 <span i18n-content="mediaStreamBlock"></span> 314 <span i18n-content="mediaStreamBlock"></span>
315 </label> 315 </label>
316 </div> 316 </div>
317 <button class="exceptions-list-button" contentType="media-stream" 317 <button class="exceptions-list-button" contentType="media-stream"
318 i18n-content="manage_exceptions"></button> 318 i18n-content="manage_exceptions"></button>
319 </div> 319 </div>
320 </section> 320 </section>
321 <section id="media-gallery-section" hidden> 321 <section id="media-galleries-section" hidden>
322 <h3 i18n-content="mediaGalleriesSectionLabel"></h3> 322 <h3 i18n-content="mediaGalleriesSectionLabel"></h3>
323 <div> 323 <div>
324 <button id="manage-galleries-button" 324 <button id="manage-galleries-button"
325 i18n-content="manageGalleriesButton"></button> 325 i18n-content="manageGalleriesButton"></button>
326 </div> 326 </div>
327 </section> 327 </section>
328 </div> 328 </div>
329 <div class="action-area"> 329 <div class="action-area">
330 <div class="button-strip"> 330 <div class="button-strip">
331 <button id="content-settings-overlay-confirm" i18n-content="ok"></button> 331 <button id="content-settings-overlay-confirm" i18n-content="ok"></button>
332 </div> 332 </div>
333 </div> 333 </div>
334 </div> 334 </div>
OLDNEW
« no previous file with comments | « chrome/browser/profiles/profile_dependency_manager.cc ('k') | chrome/browser/resources/options2/media_galleries_list.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698