| Index: chrome/browser/resources/options2/chromeos/internet_options.html
|
| diff --git a/chrome/browser/resources/options2/chromeos/internet_options.html b/chrome/browser/resources/options2/chromeos/internet_options.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..651540a6f21c9ab6c5608384b1f35c3dc4f6976e
|
| --- /dev/null
|
| +++ b/chrome/browser/resources/options2/chromeos/internet_options.html
|
| @@ -0,0 +1,59 @@
|
| +<div id="internetPage" class="page hide-indicators" hidden>
|
| + <h1 i18n-content="internetPage"></h1>
|
| + <div id="locked-network-banner" hidden>
|
| + <span id="locked-network-icon"></span>
|
| + <span id="access-locked-text" i18n-content="accessLockedMsg"></span>
|
| + </div>
|
| + <div class="displaytable">
|
| + <section id="wireless-buttons">
|
| + <h3 i18n-content="generalNetworkingTitle"></h3>
|
| + <div id="network-general-div">
|
| + <div id="networking-controls" class="section-group">
|
| + <button id="enable-wifi" hidden
|
| + i18n-content="enableWifi"></button>
|
| + <button id="disable-wifi" hidden
|
| + i18n-content="disableWifi"></button>
|
| + <button id="enable-cellular" hidden
|
| + i18n-content="enableCellular"></button>
|
| + <button id="disable-cellular" hidden
|
| + i18n-content="disableCellular"></button>
|
| + </div>
|
| + <div id="shared-proxies" class="checkbox">
|
| + <label>
|
| + <input id="use-shared-proxies" type="checkbox"
|
| + pref="settings.use_shared_proxies">
|
| + <span i18n-content="useSharedProxies"></span>
|
| + </label>
|
| + </div>
|
| + <div id="internet-owner-only-warning" hidden>
|
| + <span i18n-content="ownerOnly"></span>
|
| + <span i18n-content="ownerUserId"></span>
|
| + </div>
|
| + <div id="data-roaming" class="checkbox">
|
| + <label>
|
| + <input id="enable-data-roaming"
|
| + pref="cros.signed.data_roaming_enabled"
|
| + metric="Options_Internet_DataRoaming" type="checkbox">
|
| + <span i18n-content="enableDataRoaming"></span>
|
| + </label>
|
| + </div>
|
| + </div>
|
| + </section>
|
| + <section id="wired-section">
|
| + <h3 i18n-content="wired_title" class="network-title"></h3>
|
| + <div id="wired-list" class="networks"></div>
|
| + </section>
|
| + <section id="wireless-section">
|
| + <h3 i18n-content="wireless_title" class="network-title"></h3>
|
| + <div id="wireless-list" class="networks"></div>
|
| + </section>
|
| + <section id="vpn-section">
|
| + <h3 i18n-content="vpn_title" class="network-title"></h3>
|
| + <div id="vpn-list" class="networks"></div>
|
| + </section>
|
| + <section id="remembered-section">
|
| + <h3 i18n-content="remembered_title" class="network-title"></h3>
|
| + <div id="remembered-list" class="networks"></div>
|
| + </section>
|
| + </div>
|
| +</div>
|
|
|