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

Side by Side Diff: chrome/browser/resources/options2/advanced_options.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
« no previous file with comments | « no previous file | chrome/browser/resources/options2/autofill_options.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <div id="advancedPage" class="page" hidden> 1 <div id="advancedPage" class="page" hidden>
2 <h1 i18n-content="advancedPage"></h1> 2 <header><h1 i18n-content="advancedPage"></h1></header>
3 <if expr="pp_ifdef('chromeos')"> 3 <if expr="pp_ifdef('chromeos')">
4 <section> 4 <section>
5 <h3 i18n-content="datetimeTitle"></h3> 5 <h3 i18n-content="datetimeTitle"></h3>
6 <div class="option-control-table"> 6 <div class="option-control-table">
7 <span class="option-name" i18n-content="timezone"></span> 7 <span class="option-name" i18n-content="timezone"></span>
8 <div id="timezone-value"> 8 <div id="timezone-value">
9 <select id="timezone-select" class="control" i18n-options="timezoneList" 9 <select id="timezone-select" class="control" i18n-options="timezoneList"
10 data-type="string" pref="cros.system.timezone"></select> 10 data-type="string" pref="cros.system.timezone"></select>
11 </div> 11 </div>
12 <div class="checkbox"> 12 <div class="checkbox">
(...skipping 310 matching lines...) Expand 10 before | Expand all | Expand 10 after
323 <h3 i18n-content="advancedSectionTitleBackground"></h3> 323 <h3 i18n-content="advancedSectionTitleBackground"></h3>
324 <div class="checkbox"> 324 <div class="checkbox">
325 <label> 325 <label>
326 <input id="backgroundModeCheckbox" type="checkbox"> 326 <input id="backgroundModeCheckbox" type="checkbox">
327 <span i18n-content="backgroundModeCheckbox"></span> 327 <span i18n-content="backgroundModeCheckbox"></span>
328 </label> 328 </label>
329 </div> 329 </div>
330 </section> 330 </section>
331 </if> 331 </if>
332 </div> 332 </div>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/options2/autofill_options.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698