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 ecdbf279ab59233d3849322cf9a7e614dfbea535..7098ccd71070ab7dd2523a976738956796ea40e7 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"> |
Dan Beam
2014/02/12 21:56:31
^ why are you including this file twice?
michaelpg
2014/02/13 02:15:23
Duplicated code is duplicated. sorry!
|
<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> |