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="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 267 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 278 <input id="location-block" type="radio" name="location" | 278 <input id="location-block" type="radio" name="location" |
| 279 value="block"> | 279 value="block"> |
| 280 <span> | 280 <span> |
| 281 <label for="location-block" i18n-content="location_block"></label> | 281 <label for="location-block" i18n-content="location_block"></label> |
| 282 <span class="controlled-setting-indicator" | 282 <span class="controlled-setting-indicator" |
| 283 content-setting="location" value="block"> | 283 content-setting="location" value="block"> |
| 284 </span> | 284 </span> |
| 285 </span> | 285 </span> |
| 286 </span> | 286 </span> |
| 287 </div> | 287 </div> |
| 288 <if expr="pp_ifdef('enable_google_now')"> | 288 <if expr="enable_google_now"> |
| 289 <div class="checkbox" id="geolocationCheckbox" hidden> | 289 <div class="checkbox" id="geolocationCheckbox" hidden> |
| 290 <span class="controlled-setting-with-label"> | 290 <span class="controlled-setting-with-label"> |
| 291 <input id="googleGeolocationAccessEnabled" | 291 <input id="googleGeolocationAccessEnabled" |
| 292 pref="googlegeolocationaccess.enabled" | 292 pref="googlegeolocationaccess.enabled" |
| 293 metric="Options_GoogleGeolocationAccessCheckbox" | 293 metric="Options_GoogleGeolocationAccessCheckbox" |
| 294 type="checkbox"> | 294 type="checkbox"> |
| 295 <span> | 295 <span> |
| 296 <label for="googleGeolocationAccessEnabled" | 296 <label for="googleGeolocationAccessEnabled" |
| 297 i18n-content="googleGeolocationAccessEnable"> | 297 i18n-content="googleGeolocationAccessEnable"> |
| 298 </label> | 298 </label> |
| (...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 389 <input type="radio" name="mouselock" value="block"> | 389 <input type="radio" name="mouselock" value="block"> |
| 390 <span i18n-content="mouselock_block"></span> | 390 <span i18n-content="mouselock_block"></span> |
| 391 </label> | 391 </label> |
| 392 </div> | 392 </div> |
| 393 <div class="settings-row"> | 393 <div class="settings-row"> |
| 394 <button class="exceptions-list-button" contentType="mouselock" | 394 <button class="exceptions-list-button" contentType="mouselock" |
| 395 i18n-content="manageExceptions"></button> | 395 i18n-content="manageExceptions"></button> |
| 396 </div> | 396 </div> |
| 397 </div> | 397 </div> |
| 398 </section> | 398 </section> |
| 399 <if expr="pp_ifdef('chromeos') or is_win"> | 399 <if expr="chromeos or is_win"> |
| 400 <!-- Protected Content filter --> | 400 <!-- Protected Content filter --> |
| 401 <section guest-visibility="disabled"> | 401 <section guest-visibility="disabled"> |
| 402 <h3 i18n-content="protectedContentTabLabel" | 402 <h3 i18n-content="protectedContentTabLabel" |
| 403 class="content-settings-header"></h3> | 403 class="content-settings-header"></h3> |
| 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 <if expr="pp_ifdef('chromeos')"> | 414 <if expr="chromeos"> |
|
Nico
2014/02/19 01:08:43
Should this be indented to make it more obvious th
newt (away)
2014/02/19 01:43:15
Maybe, though it could be confusing to have two in
Nico
2014/02/19 01:44:50
Maybe marginally better? Up to you.
| |
| 415 <div class="settings-row"> | 415 <div class="settings-row"> |
| 416 <button id="protected-content-exceptions" | 416 <button id="protected-content-exceptions" |
| 417 class="exceptions-list-button" contentType="protectedContent" | 417 class="exceptions-list-button" contentType="protectedContent" |
| 418 i18n-content="manageExceptions"></button> | 418 i18n-content="manageExceptions"></button> |
| 419 </div> | 419 </div> |
| 420 </if> | 420 </if> |
| 421 </div> | 421 </div> |
| 422 </section> | 422 </section> |
| 423 </if> | 423 </if> |
| 424 <!-- Media Stream capture device filter --> | 424 <!-- Media Stream capture device filter --> |
| (...skipping 169 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 594 </section> | 594 </section> |
| 595 </div> | 595 </div> |
| 596 <div class="action-area"> | 596 <div class="action-area"> |
| 597 <div class="button-strip"> | 597 <div class="button-strip"> |
| 598 <button id="content-settings-overlay-confirm" class="default-button" | 598 <button id="content-settings-overlay-confirm" class="default-button" |
| 599 i18n-content="done"> | 599 i18n-content="done"> |
| 600 </button> | 600 </button> |
| 601 </div> | 601 </div> |
| 602 </div> | 602 </div> |
| 603 </div> | 603 </div> |
| OLD | NEW |