Chromium Code Reviews| 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 375 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 386 <if expr="chromeos"> | 386 <if expr="chromeos"> |
| 387 <div class="settings-row"> | 387 <div class="settings-row"> |
| 388 <button id="protected-content-exceptions" | 388 <button id="protected-content-exceptions" |
| 389 class="exceptions-list-button" contentType="protectedContent" | 389 class="exceptions-list-button" contentType="protectedContent" |
| 390 i18n-content="manageExceptions"></button> | 390 i18n-content="manageExceptions"></button> |
| 391 </div> | 391 </div> |
| 392 </if> | 392 </if> |
| 393 </div> | 393 </div> |
| 394 </section> | 394 </section> |
| 395 </if> | 395 </if> |
| 396 <!-- Media Stream capture device filter --> | 396 <!-- Microphone filter --> |
| 397 <section id="media-stream-settings"> | 397 <section> |
| 398 <div class="section-header"> | 398 <h3 i18n-content="mediaStreamMicTabLabel">Microphone</h3> |
|
Bernhard Bauer
2015/07/17 08:37:11
Remove the contents here.
msramek
2015/07/17 11:59:50
Done.
| |
| 399 <h3 i18n-content="mediaStreamTabLabel"></h3> | |
| 400 <span id="media-indicator" | |
| 401 class="controlled-setting-indicator group-indicator"></span> | |
| 402 </div> | |
| 403 <div> | 399 <div> |
| 404 <div class="media-device-control"> | 400 <div class="media-device-control"> |
| 405 <span id="media-select-mic-label" i18n-content="mediaSelectMicLabel"> | 401 <span id="media-select-mic-label" i18n-content="mediaSelectMicLabel"> |
| 406 </span> | 402 </span> |
| 407 <select id="media-select-mic" class="weakrtl" | 403 <select id="media-select-mic" class="weakrtl" |
| 408 aria-labelledby="media-select-mic-label"></select> | 404 aria-labelledby="media-select-mic-label"></select> |
| 409 </div> | 405 </div> |
| 406 <div class="radio controlled-setting-with-label"> | |
| 407 <label> | |
| 408 <input type="radio" name="media-stream-mic" value="ask"> | |
| 409 <span> | |
| 410 <span i18n-content="mediaStreamMicAsk"></span> | |
| 411 <span class="controlled-setting-indicator" | |
| 412 content-setting="media-stream-mic" value="ask"></span> | |
| 413 </span> | |
| 414 </label> | |
| 415 </div> | |
| 416 <div class="radio controlled-setting-with-label"> | |
| 417 <label> | |
| 418 <input type="radio" name="media-stream-mic" value="block"> | |
| 419 <span> | |
| 420 <span i18n-content="mediaStreamMicBlock"></span> | |
| 421 <span class="controlled-setting-indicator" | |
| 422 content-setting="media-stream-mic" value="block"></span> | |
| 423 </span> | |
| 424 </label> | |
| 425 </div> | |
| 426 <div class="settings-row"> | |
| 427 <button class="exceptions-list-button" contentType="media-stream-mic" | |
| 428 i18n-content="manageExceptions"></button> | |
| 429 </div> | |
| 430 <div id="media-pepper-flash-default" class="pepper-flash-settings"> | |
| 431 <span i18n-content="mediaPepperFlashDefaultDivergedLabel"></span> | |
| 432 <a target="_blank" i18n-content="mediaPepperFlashChangeLink" | |
| 433 i18n-values="href:mediaPepperFlashGlobalPrivacyURL"></a> | |
| 434 </div> | |
| 435 </div> | |
| 436 </section> | |
| 437 <!-- Camera filter --> | |
| 438 <section> | |
| 439 <h3 i18n-content="mediaStreamCameraTabLabel">Camera</h3> | |
|
Bernhard Bauer
2015/07/17 08:37:11
Remove the contents here.
msramek
2015/07/17 11:59:49
Done.
| |
| 440 <div> | |
| 410 <div class="media-device-control"> | 441 <div class="media-device-control"> |
| 411 <span id="media-select-camera-label" | 442 <span id="media-select-camera-label" |
| 412 i18n-content="mediaSelectCameraLabel"></span> | 443 i18n-content="mediaSelectCameraLabel"></span> |
| 413 <select id="media-select-camera" class="weakrtl" | 444 <select id="media-select-camera" class="weakrtl" |
| 414 aria-labelledby="media-select-camera-label"></select> | 445 aria-labelledby="media-select-camera-label"></select> |
| 415 </div> | 446 </div> |
| 416 <div class="radio controlled-setting-with-label"> | 447 <div class="radio controlled-setting-with-label"> |
| 417 <label> | 448 <label> |
| 418 <input type="radio" name="media-stream" value="ask"> | 449 <input type="radio" name="media-stream-camera" value="ask"> |
| 419 <span> | 450 <span> |
| 420 <span id="media-stream-ask-label" i18n-content="mediaStreamAsk"> | 451 <span i18n-content="mediaStreamCameraAsk"></span> |
| 421 </span> | |
| 422 <span class="controlled-setting-indicator" | 452 <span class="controlled-setting-indicator" |
| 423 content-setting="media-stream" value="ask"></span> | 453 content-setting="media-stream-camera" value="ask"></span> |
| 424 </span> | 454 </span> |
| 425 </label> | 455 </label> |
| 426 </div> | 456 </div> |
| 427 <div class="radio controlled-setting-with-label"> | 457 <div class="radio controlled-setting-with-label"> |
| 428 <label> | 458 <label> |
| 429 <input id="media-stream-block" type="radio" name="media-stream" | 459 <input type="radio" name="media-stream-camera" value="block"> |
| 430 value="block"> | |
| 431 <span> | 460 <span> |
| 432 <span id="media-stream-block-label" | 461 <span i18n-content="mediaStreamCameraBlock"></span> |
| 433 i18n-content="mediaStreamBlock"></span> | |
| 434 <span class="controlled-setting-indicator" | 462 <span class="controlled-setting-indicator" |
| 435 content-setting="media-stream" value="block"></span> | 463 content-setting="media-stream-camera" value="block"></span> |
| 436 </span> | 464 </span> |
| 437 </label> | 465 </label> |
| 438 </div> | 466 </div> |
| 439 <div class="settings-row"> | 467 <div class="settings-row"> |
| 440 <button class="exceptions-list-button" contentType="media-stream" | 468 <button class="exceptions-list-button" |
| 441 i18n-content="manageExceptions"></button> | 469 contentType="media-stream-camera" i18n-content="manageExceptions"> |
| 470 </button> | |
| 442 </div> | 471 </div> |
| 443 <div id="media-pepper-flash-default" class="pepper-flash-settings"> | 472 <div id="media-pepper-flash-default" class="pepper-flash-settings"> |
| 444 <span i18n-content="mediaPepperFlashDefaultDivergedLabel"></span> | 473 <span i18n-content="mediaPepperFlashDefaultDivergedLabel"></span> |
| 445 <a target="_blank" i18n-content="mediaPepperFlashChangeLink" | 474 <a target="_blank" i18n-content="mediaPepperFlashChangeLink" |
| 446 i18n-values="href:mediaPepperFlashGlobalPrivacyURL"></a> | 475 i18n-values="href:mediaPepperFlashGlobalPrivacyURL"></a> |
| 447 </div> | 476 </div> |
| 448 </div> | 477 </div> |
| 449 </section> | 478 </section> |
| 450 <!-- PPAPI broker --> | 479 <!-- PPAPI broker --> |
| 451 <section> | 480 <section> |
| (...skipping 149 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 601 </section> | 630 </section> |
| 602 </div> | 631 </div> |
| 603 <div class="action-area"> | 632 <div class="action-area"> |
| 604 <div class="button-strip"> | 633 <div class="button-strip"> |
| 605 <button id="content-settings-overlay-confirm" class="default-button" | 634 <button id="content-settings-overlay-confirm" class="default-button" |
| 606 i18n-content="done"> | 635 i18n-content="done"> |
| 607 </button> | 636 </button> |
| 608 </div> | 637 </div> |
| 609 </div> | 638 </div> |
| 610 </div> | 639 </div> |
| OLD | NEW |