| Index: chrome/browser/resources/options/browser_options.html
|
| diff --git a/chrome/browser/resources/options/browser_options.html b/chrome/browser/resources/options/browser_options.html
|
| index 75bbb5da1581ba0643f8756e6265a027240dc86e..9d9222172d2160449db8e26c87be7976eccb17dd 100644
|
| --- a/chrome/browser/resources/options/browser_options.html
|
| +++ b/chrome/browser/resources/options/browser_options.html
|
| @@ -4,12 +4,16 @@
|
| </header>
|
| <include src="reset_profile_settings_banner.html">
|
| <include src="automatic_settings_reset_banner.html">
|
| -<if expr="not pp_ifdef('chromeos')">
|
| - <include src="sync_section.html">
|
| +<if expr="pp_ifdef('chromeos')">
|
| + <include src="secondary_user_banner.html">
|
| </if>
|
| <if expr="pp_ifdef('chromeos')">
|
| + <include src="secondary_user_banner.html">
|
| <section>
|
| - <h3 i18n-content="sectionTitleInternet"></h3>
|
| + <div id="network-section-header" class="section-header">
|
| + <h3 i18n-content="sectionTitleInternet"></h3>
|
| + <span class="controlled-setting-indicator" plural></span>
|
| + </div>
|
| <div id="network-settings">
|
| <list id="network-list"></list>
|
| <div id="shared-proxies" class="checkbox">
|
| @@ -24,6 +28,7 @@
|
| </section>
|
| </if>
|
| <if expr="not pp_ifdef('chromeos')">
|
| + <include src="sync_section.html">
|
| <include src="startup_section.html">
|
| </if>
|
| <section>
|
|
|