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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: chrome/browser/resources/options/chromeos_internet_options.html
===================================================================
--- chrome/browser/resources/options/chromeos_internet_options.html (revision 55422)
+++ chrome/browser/resources/options/chromeos_internet_options.html (working copy)
@@ -1,14 +1,14 @@
<div class="page hidden" id="internetPage">
<h1 i18n-content="internetPage"></h1>
- <section>
+ <section id="wiredSection">
<h3 i18n-content="wired_title"></h3>
<div class="networks" id="wiredList"></div>
</section>
- <section>
+ <section id="wirelessSection">
<h3 i18n-content="wireless_title"></h3>
<div class="networks" id="wirelessList"></div>
</section>
- <section>
+ <section id="rememberedSection">
<h3 i18n-content="remembered_title"></h3>
<div class="networks" id="rememberedList"></div>
</section>

Powered by Google App Engine
This is Rietveld 408576698