| Index: chrome/browser/resources/options/chromeos/internet_options.html
|
| diff --git a/chrome/browser/resources/options/chromeos/internet_options.html b/chrome/browser/resources/options/chromeos/internet_options.html
|
| index b1ccaee90811efbc16f77d407259baabcde5da5d..ebbe6526aa52a5dd3e0a941cb61c7a72bbd8be9a 100644
|
| --- a/chrome/browser/resources/options/chromeos/internet_options.html
|
| +++ b/chrome/browser/resources/options/chromeos/internet_options.html
|
| @@ -24,7 +24,8 @@
|
| </div>
|
| <div id="data-roaming" class="checkbox">
|
| <label>
|
| - <input id="enable-data-roaming" pref="cros.signed.data_roaming_enabled"
|
| + <input id="enable-data-roaming"
|
| + pref="cros.signed.data_roaming_enabled"
|
| metric="Options_Internet_DataRoaming" type="checkbox">
|
| <span i18n-content="enableDataRoaming"></span>
|
| </label>
|
| @@ -32,19 +33,19 @@
|
| </div>
|
| </section>
|
| <section id="wired-section">
|
| - <h3 i18n-content="wired_title"></h3>
|
| + <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"></h3>
|
| + <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"></h3>
|
| + <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"></h3>
|
| + <h3 i18n-content="remembered_title" class="network-title"></h3>
|
| <div id="remembered-list" class="networks"></div>
|
| </section>
|
| </div>
|
|
|