| Index: chrome/browser/resources/options/browser_options.css
|
| diff --git a/chrome/browser/resources/options/browser_options.css b/chrome/browser/resources/options/browser_options.css
|
| index bc945bf644302b5106a129839a2922c446fb58b6..960aa5f3d53a49238a42717b28205f2dbdea39f5 100644
|
| --- a/chrome/browser/resources/options/browser_options.css
|
| +++ b/chrome/browser/resources/options/browser_options.css
|
| @@ -452,10 +452,13 @@ list:not([disabled]) > .network-group[selected] {
|
| -webkit-margin-start: 0.6em;
|
| }
|
|
|
| -div[guestmode=true] #appearance-section,
|
| -div[guestmode=true] #startup-section,
|
| -div[guestmode=true] #searchBox,
|
| -div[guestmode=true] #reset-profile-settings-section {
|
| +div[guestmode=true] :-webkit-any(
|
| +<if expr="not chromeos">
|
| + #searchBox,
|
| +</if>
|
| + #appearance-section,
|
| + #startup-section,
|
| + #reset-profile-settings-section) {
|
| display: none;
|
| }
|
|
|
|
|