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

Side by Side Diff: chrome/browser/resources/options2/browser_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
OLDNEW
1 <div id="browserPage" class="page" hidden> 1 <div id="browserPage" class="page" hidden>
2 <span id="browser-options-search-field-container" 2 <span id="browser-options-search-field-container"
3 class="search-field-container"> 3 class="search-field-container">
4 <input id="search-field" type="search" 4 <input id="search-field" type="search"
5 i18n-values="placeholder:searchPlaceholder;aria-label:searchPlaceholder" 5 i18n-values="placeholder:searchPlaceholder;aria-label:searchPlaceholder"
6 incremental> 6 incremental>
7 </span> 7 </span>
8 <h1 i18n-content="browserPage"></h1> 8 <header><h1 i18n-content="browserPage"></h1></header>
9 <if expr="not pp_ifdef('chromeos')"> 9 <if expr="not pp_ifdef('chromeos')">
10 <section id="sync-section"> 10 <section id="sync-section">
11 <h3 i18n-content="sectionTitleSync"></h3> 11 <h3 i18n-content="sectionTitleSync"></h3>
12 <div id="sync-overview" class="section-description" hidden> 12 <div id="sync-overview" class="section-description" hidden>
13 <p i18n-content="syncOverview"></p> 13 <p i18n-content="syncOverview"></p>
14 <a i18n-values="href:syncLearnMoreURL" i18n-content="learnMore"></a> 14 <a i18n-values="href:syncLearnMoreURL" i18n-content="learnMore"></a>
15 </div> 15 </div>
16 <div id="sync-status" hidden> 16 <div id="sync-status" hidden>
17 <span id="sync-status-text"></span> 17 <span id="sync-status-text"></span>
18 <button id="sync-action-link" class="link-button"></button> 18 <button id="sync-action-link" class="link-button"></button>
(...skipping 271 matching lines...) Expand 10 before | Expand all | Expand 10 after
290 </section> 290 </section>
291 </if> 291 </if>
292 <section> 292 <section>
293 <h3 i18n-content="sectionTitleAdvanced"></h3> 293 <h3 i18n-content="sectionTitleAdvanced"></h3>
294 <div> 294 <div>
295 <button id="advancedOptionsButton" 295 <button id="advancedOptionsButton"
296 i18n-content="advancedOptionsButtonTitle"></button> 296 i18n-content="advancedOptionsButtonTitle"></button>
297 </div> 297 </div>
298 </section> 298 </section>
299 </div> 299 </div>
OLDNEW
« no previous file with comments | « chrome/browser/resources/options2/autofill_options.html ('k') | chrome/browser/resources/options2/certificate_manager.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698