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

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

Issue 6292008: Added flags to prevent messing with network connections while 3G device is be... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 11 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
OLDNEW
1 <div class="page hidden" id="internetPage"> 1 <div class="page hidden" id="internetPage">
2 <h1 i18n-content="internetPage"></h1> 2 <h1 i18n-content="internetPage"></h1>
3 <div id="lockedNetworkBanner">
4 <span id="lockedNetworkIcon"></span>
5 <span id="accessLockedText" i18n-content="accessLockedMsg"></span>
6 </div>
3 <section id="wirelessButtons"> 7 <section id="wirelessButtons">
4 <h3 i18n-content="generalNetworkingTitle"></h3> 8 <h3 i18n-content="generalNetworkingTitle"></h3>
5 <div id="networkingControls"> 9 <div id="networkingControls">
6 <button id="enableWifi" class="hidden" i18n-content="enableWifi"></button> 10 <button id="enableWifi" class="hidden" i18n-content="enableWifi"></button>
7 <button id="disableWifi" class="hidden" 11 <button id="disableWifi" class="hidden"
8 i18n-content="disableWifi"></button> 12 i18n-content="disableWifi"></button>
9 <button id="enableCellular" class="hidden" 13 <button id="enableCellular" class="hidden"
10 i18n-content="enableCellular"></button> 14 i18n-content="enableCellular"></button>
11 <button id="disableCellular" class="hidden" 15 <button id="disableCellular" class="hidden"
12 i18n-content="disableCellular"></button> 16 i18n-content="disableCellular"></button>
13 </div> 17 </div>
14 </section> 18 </section>
15 <section id="wiredSection"> 19 <section id="wiredSection">
16 <h3 i18n-content="wired_title"></h3> 20 <h3 i18n-content="wired_title"></h3>
17 <div class="networks" id="wiredList"></div> 21 <div class="networks" id="wiredList"></div>
18 </section> 22 </section>
19 <section id="wirelessSection"> 23 <section id="wirelessSection">
20 <h3 i18n-content="wireless_title"></h3> 24 <h3 i18n-content="wireless_title"></h3>
21 <div class="networks" id="wirelessList"></div> 25 <div class="networks" id="wirelessList"></div>
22 </section> 26 </section>
23 <section id="rememberedSection"> 27 <section id="rememberedSection">
24 <h3 i18n-content="remembered_title"></h3> 28 <h3 i18n-content="remembered_title"></h3>
25 <div class="networks" id="rememberedList"></div> 29 <div class="networks" id="rememberedList"></div>
26 </section> 30 </section>
27 </div> 31 </div>
OLDNEW
« no previous file with comments | « chrome/browser/chromeos/status/network_menu.cc ('k') | chrome/browser/resources/options/chromeos_internet_options.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698