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

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

Issue 3036020: Port network options to DOM UI. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 5 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
Property Changes:
Added: svn:eol-style
+ LF
OLDNEW
(Empty)
1 <div class="page hidden" id="internetPage">
2 <h1 i18n-content="internetPage"></h1>
3 <section>
4 <h3 i18n-content="wired_title"></h3>
5 <list class="network-list" id="wiredList"></list>
6 </section>
7 <section>
8 <h3 i18n-content="wireless_title"></h3>
9 <list class="network-list" id="wirelessList"></list>
10 </section>
11 <section>
12 <h3 i18n-content="remembered_title"></h3>
13 <list class="network-list" id="rememberedList"></list>
14 </section>
15 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698