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

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

Issue 2679723003: Settings: Make Enable DRM checkbox available on all platforms (Closed)
Patch Set: make string xplatform Created 3 years, 10 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
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="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
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>
313 <div class="settings-row"> 312 <div class="settings-row">
314 <p i18n-content="protectedContentInfo"></p> 313 <p i18n-content="protectedContentInfo"></p>
315 </div> 314 </div>
316 <div class="checkbox"> 315 <div class="checkbox">
317 <label> 316 <label>
318 <input pref="settings.privacy.drm_enabled" type="checkbox"> 317 <input pref="settings.privacy.drm_enabled" type="checkbox">
319 <span i18n-content="protectedContentEnable"></span> 318 <span i18n-content="protectedContentEnable"></span>
320 </label> 319 </label>
321 </div> 320 </div>
322 <if expr="chromeos"> 321 <if expr="chromeos">
323 <div class="settings-row"> 322 <div class="settings-row">
324 <button id="protected-content-exceptions" 323 <button id="protected-content-exceptions"
325 class="exceptions-list-button" contentType="protectedContent" 324 class="exceptions-list-button" contentType="protectedContent"
326 i18n-content="manageExceptions"></button> 325 i18n-content="manageExceptions"></button>
327 </div> 326 </div>
328 </if> 327 </if>
329 </div> 328 </div>
330 </section> 329 </section>
331 </if>
332 <!-- Microphone filter --> 330 <!-- Microphone filter -->
333 <section id="media-stream-mic"> 331 <section id="media-stream-mic">
334 <h3 i18n-content="mediaStreamMicTabLabel"></h3> 332 <h3 i18n-content="mediaStreamMicTabLabel"></h3>
335 <div> 333 <div>
336 <span id="media-select-mic-label" 334 <span id="media-select-mic-label"
337 i18n-content="mediaSelectMicLabel" hidden></span> 335 i18n-content="mediaSelectMicLabel" hidden></span>
338 <select id="media-select-mic" class="weakrtl media-device-control" 336 <select id="media-select-mic" class="weakrtl media-device-control"
339 aria-labelledby="media-select-mic-label"></select> 337 aria-labelledby="media-select-mic-label"></select>
340 <div class="radio controlled-setting-with-label"> 338 <div class="radio controlled-setting-with-label">
341 <label> 339 <label>
(...skipping 271 matching lines...) Expand 10 before | Expand all | Expand 10 after
613 </section> 611 </section>
614 </div> 612 </div>
615 <div class="action-area"> 613 <div class="action-area">
616 <div class="button-strip"> 614 <div class="button-strip">
617 <button id="content-settings-overlay-confirm" class="default-button" 615 <button id="content-settings-overlay-confirm" class="default-button"
618 i18n-content="done"> 616 i18n-content="done">
619 </button> 617 </button>
620 </div> 618 </div>
621 </div> 619 </div>
622 </div> 620 </div>
OLDNEW
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/ui/webui/options/content_settings_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698