Skip to content
This repository has been archived by the owner on Apr 3, 2020. It is now read-only.

Commit

Permalink
Show search box on settings page in ChromeOS guest mode.
Browse files Browse the repository at this point in the history
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}
  • Loading branch information
mlerman authored and Commit bot committed Sep 2, 2014
1 parent 701239c commit 5aa9a79
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions chrome/browser/resources/options/browser_options.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit 5aa9a79

Please sign in to comment.