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> |