Commit 5aa9a79b authored by mlerman's avatar mlerman Committed by Commit bot

Show search box on settings page in ChromeOS guest mode.

BUG=408030
R=estade@chromium.org
TEST=In ChromeOS: Open a guest. Go to settings. Verify search box there.
On desktop: Open a guest. Go to settings. Verify search box not there.

Review URL: https://codereview.chromium.org/517633002

Cr-Commit-Position: refs/heads/master@{#292935}
parent 701239c3
...@@ -452,10 +452,13 @@ list:not([disabled]) > .network-group[selected] { ...@@ -452,10 +452,13 @@ list:not([disabled]) > .network-group[selected] {
-webkit-margin-start: 0.6em; -webkit-margin-start: 0.6em;
} }
div[guestmode=true] #appearance-section, div[guestmode=true] :-webkit-any(
div[guestmode=true] #startup-section, <if expr="not chromeos">
div[guestmode=true] #searchBox, #searchBox,
div[guestmode=true] #reset-profile-settings-section { </if>
#appearance-section,
#startup-section,
#reset-profile-settings-section) {
display: none; display: none;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment