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

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

Issue 14569010: Enable the settings UI to toggle the device ID on Windows. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 7 years, 7 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 | Annotate | Revision Log
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 360 matching lines...) Expand 10 before | Expand all | Expand 10 after
371 <input type="radio" name="mouselock" value="block"> 371 <input type="radio" name="mouselock" value="block">
372 <span i18n-content="mouselock_block"></span> 372 <span i18n-content="mouselock_block"></span>
373 </label> 373 </label>
374 </div> 374 </div>
375 <div class="settings-row"> 375 <div class="settings-row">
376 <button class="exceptions-list-button" contentType="mouselock" 376 <button class="exceptions-list-button" contentType="mouselock"
377 i18n-content="manageExceptions"></button> 377 i18n-content="manageExceptions"></button>
378 </div> 378 </div>
379 </div> 379 </div>
380 </section> 380 </section>
381 <if expr="pp_ifdef('chromeos')"> 381 <if expr="pp_ifdef('chromeos') or is_win">
382 <!-- Protected Content filter --> 382 <!-- Protected Content filter -->
383 <section guest-visibility="disabled"> 383 <section guest-visibility="disabled">
384 <h3 i18n-content="protectedContentTabLabel" 384 <h3 i18n-content="protectedContentTabLabel"
385 class="content-settings-header"></h3> 385 class="content-settings-header"></h3>
386 <div> 386 <div>
387 <div class="settings-row"> 387 <div class="settings-row">
388 <p i18n-content="protectedContentInfo"></p> 388 <p i18n-content="protectedContentInfo"></p>
389 </div> 389 </div>
390 <div class="checkbox"> 390 <div class="checkbox">
391 <label> 391 <label>
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
487 </div> 487 </div>
488 </section> 488 </section>
489 </div> 489 </div>
490 <div class="action-area"> 490 <div class="action-area">
491 <div class="button-strip"> 491 <div class="button-strip">
492 <button id="content-settings-overlay-confirm" i18n-content="done"> 492 <button id="content-settings-overlay-confirm" i18n-content="done">
493 </button> 493 </button>
494 </div> 494 </div>
495 </div> 495 </div>
496 </div> 496 </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