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

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

Issue 93273002: Removed the protected content exceptions button. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 <span class="controlled-setting-with-label"> 10 <span class="controlled-setting-with-label">
(...skipping 393 matching lines...) Expand 10 before | Expand all | Expand 10 after
404 <div> 404 <div>
405 <div class="settings-row"> 405 <div class="settings-row">
406 <p i18n-content="protectedContentInfo"></p> 406 <p i18n-content="protectedContentInfo"></p>
407 </div> 407 </div>
408 <div class="checkbox"> 408 <div class="checkbox">
409 <label> 409 <label>
410 <input pref="settings.privacy.drm_enabled" type="checkbox"> 410 <input pref="settings.privacy.drm_enabled" type="checkbox">
411 <span i18n-content="protectedContentEnable"></span> 411 <span i18n-content="protectedContentEnable"></span>
412 </label> 412 </label>
413 </div> 413 </div>
414 <div class="settings-row">
415 <button class="exceptions-list-button" contentType="protectedContent"
416 i18n-content="manageExceptions"></button>
417 </div>
418 </div> 414 </div>
419 </section> 415 </section>
420 </if> 416 </if>
421 <!-- Media Stream capture device filter --> 417 <!-- Media Stream capture device filter -->
422 <section> 418 <section>
423 <div class="section-header"> 419 <div class="section-header">
424 <h3 i18n-content="mediaStreamTabLabel"></h3> 420 <h3 i18n-content="mediaStreamTabLabel"></h3>
425 <span id="media-indicator" 421 <span id="media-indicator"
426 class="controlled-setting-indicator group-indicator"></span> 422 class="controlled-setting-indicator group-indicator"></span>
427 </div> 423 </div>
(...skipping 163 matching lines...) Expand 10 before | Expand all | Expand 10 after
591 </section> 587 </section>
592 </div> 588 </div>
593 <div class="action-area"> 589 <div class="action-area">
594 <div class="button-strip"> 590 <div class="button-strip">
595 <button id="content-settings-overlay-confirm" class="default-button" 591 <button id="content-settings-overlay-confirm" class="default-button"
596 i18n-content="done"> 592 i18n-content="done">
597 </button> 593 </button>
598 </div> 594 </div>
599 </div> 595 </div>
600 </div> 596 </div>
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698