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

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

Issue 3108011: If ethernet is not available (i.e. no wired nic), don't show ethernet in stat... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 4 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 class="page hidden" id="internetPage"> 1 <div class="page hidden" id="internetPage">
2 <h1 i18n-content="internetPage"></h1> 2 <h1 i18n-content="internetPage"></h1>
3 <section> 3 <section id="wiredSection">
4 <h3 i18n-content="wired_title"></h3> 4 <h3 i18n-content="wired_title"></h3>
5 <div class="networks" id="wiredList"></div> 5 <div class="networks" id="wiredList"></div>
6 </section> 6 </section>
7 <section> 7 <section id="wirelessSection">
8 <h3 i18n-content="wireless_title"></h3> 8 <h3 i18n-content="wireless_title"></h3>
9 <div class="networks" id="wirelessList"></div> 9 <div class="networks" id="wirelessList"></div>
10 </section> 10 </section>
11 <section> 11 <section id="rememberedSection">
12 <h3 i18n-content="remembered_title"></h3> 12 <h3 i18n-content="remembered_title"></h3>
13 <div class="networks" id="rememberedList"></div> 13 <div class="networks" id="rememberedList"></div>
14 </section> 14 </section>
15 </div> 15 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698