| OLD | NEW |
| 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 286 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 297 content-setting="notifications" value="block"></span> | 297 content-setting="notifications" value="block"></span> |
| 298 </span> | 298 </span> |
| 299 </label> | 299 </label> |
| 300 </div> | 300 </div> |
| 301 <div class="settings-row"> | 301 <div class="settings-row"> |
| 302 <button class="exceptions-list-button" contentType="notifications" | 302 <button class="exceptions-list-button" contentType="notifications" |
| 303 i18n-content="manageExceptions"></button> | 303 i18n-content="manageExceptions"></button> |
| 304 </div> | 304 </div> |
| 305 </div> | 305 </div> |
| 306 </section> | 306 </section> |
| 307 <if expr="chromeos or is_win"> | |
| 308 <!-- Protected Content filter --> | 307 <!-- Protected Content filter --> |
| 309 <section guest-visibility="disabled"> | 308 <section guest-visibility="disabled"> |
| 310 <h3 i18n-content="protectedContentTabLabel" | 309 <h3 i18n-content="protectedContentTabLabel" |
| 311 class="content-settings-header"></h3> | 310 class="content-settings-header"></h3> |
| 312 <div> | 311 <div> |
| 312 <div class="checkbox"> |
| 313 <label> |
| 314 <input pref="webkit.webprefs.encrypted_media_enabled" |
| 315 type="checkbox"> |
| 316 <span i18n-content="protectedContentEnableCheckbox"></span> |
| 317 </label> |
| 318 </div> |
| 319 <if expr="chromeos or is_win"> |
| 313 <div class="settings-row"> | 320 <div class="settings-row"> |
| 314 <p i18n-content="protectedContentInfo"></p> | 321 <p i18n-content="protectedContentInfo"></p> |
| 315 </div> | 322 </div> |
| 316 <div class="checkbox"> | 323 <div class="checkbox"> |
| 317 <label> | 324 <label> |
| 318 <input pref="settings.privacy.drm_enabled" type="checkbox"> | 325 <input pref="settings.privacy.drm_enabled" type="checkbox"> |
| 319 <span i18n-content="protectedContentEnable"></span> | 326 <span i18n-content="protectedContentEnableIdentifiersCheckbox"> |
| 327 </span> |
| 320 </label> | 328 </label> |
| 321 </div> | 329 </div> |
| 322 <if expr="chromeos"> | 330 </if> |
| 331 <if expr="chromeos"> |
| 323 <div class="settings-row"> | 332 <div class="settings-row"> |
| 324 <button id="protected-content-exceptions" | 333 <button id="protected-content-exceptions" |
| 325 class="exceptions-list-button" contentType="protectedContent" | 334 class="exceptions-list-button" contentType="protectedContent" |
| 326 i18n-content="manageExceptions"></button> | 335 i18n-content="manageExceptions"></button> |
| 327 </div> | 336 </div> |
| 328 </if> | 337 </if> |
| 329 </div> | 338 </div> |
| 330 </section> | 339 </section> |
| 331 </if> | |
| 332 <!-- Microphone filter --> | 340 <!-- Microphone filter --> |
| 333 <section id="media-stream-mic"> | 341 <section id="media-stream-mic"> |
| 334 <h3 i18n-content="mediaStreamMicTabLabel"></h3> | 342 <h3 i18n-content="mediaStreamMicTabLabel"></h3> |
| 335 <div> | 343 <div> |
| 336 <span id="media-select-mic-label" | 344 <span id="media-select-mic-label" |
| 337 i18n-content="mediaSelectMicLabel" hidden></span> | 345 i18n-content="mediaSelectMicLabel" hidden></span> |
| 338 <select id="media-select-mic" class="weakrtl media-device-control" | 346 <select id="media-select-mic" class="weakrtl media-device-control" |
| 339 aria-labelledby="media-select-mic-label"></select> | 347 aria-labelledby="media-select-mic-label"></select> |
| 340 <div class="radio controlled-setting-with-label"> | 348 <div class="radio controlled-setting-with-label"> |
| 341 <label> | 349 <label> |
| (...skipping 271 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 613 </section> | 621 </section> |
| 614 </div> | 622 </div> |
| 615 <div class="action-area"> | 623 <div class="action-area"> |
| 616 <div class="button-strip"> | 624 <div class="button-strip"> |
| 617 <button id="content-settings-overlay-confirm" class="default-button" | 625 <button id="content-settings-overlay-confirm" class="default-button" |
| 618 i18n-content="done"> | 626 i18n-content="done"> |
| 619 </button> | 627 </button> |
| 620 </div> | 628 </div> |
| 621 </div> | 629 </div> |
| 622 </div> | 630 </div> |
| OLD | NEW |