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

Unified 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 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 0)
+++ chrome/browser/resources/options/chromeos_internet_options.html (revision 0)
@@ -0,0 +1,15 @@
+<div class="page hidden" id="internetPage">
+ <h1 i18n-content="internetPage"></h1>
+ <section>
+ <h3 i18n-content="wired_title"></h3>
+ <list class="network-list" id="wiredList"></list>
+ </section>
+ <section>
+ <h3 i18n-content="wireless_title"></h3>
+ <list class="network-list" id="wirelessList"></list>
+ </section>
+ <section>
+ <h3 i18n-content="remembered_title"></h3>
+ <list class="network-list" id="rememberedList"></list>
+ </section>
+</div>
Property changes on: chrome/browser/resources/options/chromeos_internet_options.html
___________________________________________________________________
Added: svn:eol-style
+ LF

Powered by Google App Engine
This is Rietveld 408576698