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

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

Issue 9288016: [uber page] Split out part of headers CL to make review easier. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: removing accidental CL leakage Created 8 years, 11 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 <h1 i18n-content="contentSettingsPage"></h1> 2 <header><h1 i18n-content="contentSettingsPage"></h1></header>
3 <div class="displaytable"> 3 <div class="displaytable">
4 <!-- Cookie filter tab contents --> 4 <!-- Cookie filter tab contents -->
5 <section> 5 <section>
6 <h3 i18n-content="cookies_tab_label"></h3> 6 <h3 i18n-content="cookies_tab_label"></h3>
7 <div> 7 <div>
8 <div class="radio"> 8 <div class="radio">
9 <label> 9 <label>
10 <input type="radio" name="cookies" value="allow"> 10 <input type="radio" name="cookies" value="allow">
11 <span i18n-content="cookies_allow"></span> 11 <span i18n-content="cookies_allow"></span>
12 </label> 12 </label>
(...skipping 257 matching lines...) Expand 10 before | Expand all | Expand 10 after
270 </div> 270 </div>
271 <button class="exceptions-list-button" contentType="intents" 271 <button class="exceptions-list-button" contentType="intents"
272 i18n-content="manage_exceptions"></button> 272 i18n-content="manage_exceptions"></button>
273 <button id="manage-intents-button" contentType="intents" 273 <button id="manage-intents-button" contentType="intents"
274 i18n-content="manageIntents"></button> 274 i18n-content="manageIntents"></button>
275 </div> 275 </div>
276 </section> 276 </section>
277 </if> 277 </if>
278 </div> 278 </div>
279 </div> 279 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698