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

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

Issue 23665004: sync (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 3 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 <dialog id="content-settings-page" class="page">
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">
11 <input id="cookies-allow" type="radio" name="cookies" value="allow"> 11 <input id="cookies-allow" type="radio" name="cookies" value="allow">
(...skipping 574 matching lines...) Expand 10 before | Expand all | Expand 10 after
586 </div> 586 </div>
587 </section> 587 </section>
588 </div> 588 </div>
589 <div class="action-area"> 589 <div class="action-area">
590 <div class="button-strip"> 590 <div class="button-strip">
591 <button id="content-settings-overlay-confirm" class="default-button" 591 <button id="content-settings-overlay-confirm" class="default-button"
592 i18n-content="done"> 592 i18n-content="done">
593 </button> 593 </button>
594 </div> 594 </div>
595 </div> 595 </div>
596 </div> 596 </dialog>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698