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

Side by Side Diff: chrome/browser/resources/options/chromeos/internet_options.html

Issue 8764008: Remove import ONC option from internet settings (to be moved to net-internals). (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: remove localized strings Created 9 years 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
« no previous file with comments | « no previous file | chrome/browser/resources/options/chromeos/internet_options.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <div id="internetPage" class="page" hidden> 1 <div id="internetPage" class="page" hidden>
2 <h1 i18n-content="internetPage"></h1> 2 <h1 i18n-content="internetPage"></h1>
3 <div id="locked-network-banner" hidden> 3 <div id="locked-network-banner" hidden>
4 <span id="locked-network-icon"></span> 4 <span id="locked-network-icon"></span>
5 <span id="access-locked-text" i18n-content="accessLockedMsg"></span> 5 <span id="access-locked-text" i18n-content="accessLockedMsg"></span>
6 </div> 6 </div>
7 <div class="displaytable"> 7 <div class="displaytable">
8 <section id="wireless-buttons"> 8 <section id="wireless-buttons">
9 <h3 i18n-content="generalNetworkingTitle"></h3> 9 <h3 i18n-content="generalNetworkingTitle"></h3>
10 <div id="network-general-div"> 10 <div id="network-general-div">
(...skipping 19 matching lines...) Expand all
30 <span i18n-content="ownerUserId"></span> 30 <span i18n-content="ownerUserId"></span>
31 </div> 31 </div>
32 <div id="data-roaming" class="checkbox"> 32 <div id="data-roaming" class="checkbox">
33 <label> 33 <label>
34 <input id="enable-data-roaming" 34 <input id="enable-data-roaming"
35 pref="cros.signed.data_roaming_enabled" 35 pref="cros.signed.data_roaming_enabled"
36 metric="Options_Internet_DataRoaming" type="checkbox"> 36 metric="Options_Internet_DataRoaming" type="checkbox">
37 <span i18n-content="enableDataRoaming"></span> 37 <span i18n-content="enableDataRoaming"></span>
38 </label> 38 </label>
39 </div> 39 </div>
40 <div id="import-network-settings">
41 <div i18n-content="importNetworkSettings"></div>
42 <input type="file" name="network_settings" id="upload-network-settings" />
43 </div>
44 </div> 40 </div>
45 </section> 41 </section>
46 <section id="wired-section"> 42 <section id="wired-section">
47 <h3 i18n-content="wired_title" class="network-title"></h3> 43 <h3 i18n-content="wired_title" class="network-title"></h3>
48 <div id="wired-list" class="networks"></div> 44 <div id="wired-list" class="networks"></div>
49 </section> 45 </section>
50 <section id="wireless-section"> 46 <section id="wireless-section">
51 <h3 i18n-content="wireless_title" class="network-title"></h3> 47 <h3 i18n-content="wireless_title" class="network-title"></h3>
52 <div id="wireless-list" class="networks"></div> 48 <div id="wireless-list" class="networks"></div>
53 </section> 49 </section>
54 <section id="vpn-section"> 50 <section id="vpn-section">
55 <h3 i18n-content="vpn_title" class="network-title"></h3> 51 <h3 i18n-content="vpn_title" class="network-title"></h3>
56 <div id="vpn-list" class="networks"></div> 52 <div id="vpn-list" class="networks"></div>
57 </section> 53 </section>
58 <section id="remembered-section"> 54 <section id="remembered-section">
59 <h3 i18n-content="remembered_title" class="network-title"></h3> 55 <h3 i18n-content="remembered_title" class="network-title"></h3>
60 <div id="remembered-list" class="networks"></div> 56 <div id="remembered-list" class="networks"></div>
61 </section> 57 </section>
62 </div> 58 </div>
63 </div> 59 </div>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/options/chromeos/internet_options.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698