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

Side by Side Diff: chrome/browser/resources/options2/chromeos/internet_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="internetPage" class="page hide-indicators" hidden> 1 <div id="internetPage" class="page hide-indicators" hidden>
2 <h1 i18n-content="internetPage"></h1> 2 <header><h1 i18n-content="internetPage"></h1></header>
3 <div id="locked-network-banner" hidden> 3 <div id="locked-network-banner" hidden>
4 <span id="locked-network-icon"></span> 4 <span id="locked-network-icon"></span>
5 <span id="access-locked-text" i18n-content="accessLockedMsg"></span> 5 <span id="access-locked-text" i18n-content="accessLockedMsg"></span>
6 </div> 6 </div>
7 <div class="displaytable"> 7 <div class="displaytable">
8 <section id="wireless-buttons"> 8 <section id="wireless-buttons">
9 <h3 i18n-content="generalNetworkingTitle"></h3> 9 <h3 i18n-content="generalNetworkingTitle"></h3>
10 <div id="network-general-div"> 10 <div id="network-general-div">
11 <div id="networking-controls" class="section-group"> 11 <div id="networking-controls" class="section-group">
12 <button id="enable-wifi" hidden 12 <button id="enable-wifi" hidden
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
50 <section id="vpn-section"> 50 <section id="vpn-section">
51 <h3 i18n-content="vpn_title" class="network-title"></h3> 51 <h3 i18n-content="vpn_title" class="network-title"></h3>
52 <div id="vpn-list" class="networks"></div> 52 <div id="vpn-list" class="networks"></div>
53 </section> 53 </section>
54 <section id="remembered-section"> 54 <section id="remembered-section">
55 <h3 i18n-content="remembered_title" class="network-title"></h3> 55 <h3 i18n-content="remembered_title" class="network-title"></h3>
56 <div id="remembered-list" class="networks"></div> 56 <div id="remembered-list" class="networks"></div>
57 </section> 57 </section>
58 </div> 58 </div>
59 </div> 59 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698