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

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

Issue 1277223002: Add cr-network-select element for selecting a Chrome OS network (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@issue_515987_network_configure
Patch Set: Compile fix Created 5 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
OLDNEW
1 <div id="settings" class="page" hidden> 1 <div id="settings" class="page" hidden>
2 <header> 2 <header>
3 <h1 i18n-content="settingsTitle"></h1> 3 <h1 i18n-content="settingsTitle"></h1>
4 </header> 4 </header>
5 <include src="reset_profile_settings_banner.html"> 5 <include src="reset_profile_settings_banner.html">
6 <include src="automatic_settings_reset_banner.html"> 6 <include src="automatic_settings_reset_banner.html">
7 <if expr="chromeos"> 7 <if expr="chromeos">
8 <link rel="import" href="chrome://resources/cr_elements/v1_0/cr_network_icon/c r_network_icon.html"> 8 <link rel="import" href="chrome://resources/cr_elements/v1_0/network/cr_networ k_icon.html">
9 <link rel="import" href="chrome://resources/cr_elements/v1_0/cr_onc/cr_onc_typ es.html"> 9 <link rel="import" href="chrome://resources/cr_elements/v1_0/network/cr_onc_ty pes.html">
10 <include src="secondary_user_banner.html"> 10 <include src="secondary_user_banner.html">
11 <section> 11 <section>
12 <div id="network-section-header" class="section-header"> 12 <div id="network-section-header" class="section-header">
13 <h3 i18n-content="sectionTitleInternet"></h3> 13 <h3 i18n-content="sectionTitleInternet"></h3>
14 <span class="controlled-setting-indicator" plural></span> 14 <span class="controlled-setting-indicator" plural></span>
15 </div> 15 </div>
16 <div id="network-settings"> 16 <div id="network-settings">
17 <list id="network-list"></list> 17 <list id="network-list"></list>
18 <div id="shared-proxies" class="checkbox"> 18 <div id="shared-proxies" class="checkbox">
19 <label> 19 <label>
(...skipping 1006 matching lines...) Expand 10 before | Expand all | Expand 10 after
1026 </button> 1026 </button>
1027 </div> 1027 </div>
1028 </section> 1028 </section>
1029 </div> <!-- advanced-settings-container --> 1029 </div> <!-- advanced-settings-container -->
1030 </div> <!-- advanced-settings --> 1030 </div> <!-- advanced-settings -->
1031 <footer id="advanced-settings-footer"> 1031 <footer id="advanced-settings-footer">
1032 <a is="action-link" id="advanced-settings-expander" 1032 <a is="action-link" id="advanced-settings-expander"
1033 i18n-content="showAdvancedSettings"></a> 1033 i18n-content="showAdvancedSettings"></a>
1034 </footer> 1034 </footer>
1035 </div> 1035 </div>
OLDNEW
« no previous file with comments | « chrome/browser/resources/chromeos/network_ui/network_ui.js ('k') | chrome/browser/resources/options/compiled_resources.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698