Commit 92ec733b authored by sauski's avatar sauski Committed by Commit Bot

Remove no-search attribute from cookies-page element

The no-search attribute was erroneously left permanently enabled for the
cookies-page element after the solidification of the privacy settings
redesign. This CL removes the attribute, which should never be present.

Bug: 1067336
Change-Id: Ifc56db8e951492d0aee9fdee67efe9f9b7589a13
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2346668Reviewed-by: default avatarSean Harrison <harrisonsean@chromium.org>
Commit-Queue: Theodore Olsauskas-Warren <sauski@google.com>
Cr-Commit-Position: refs/heads/master@{#796756}
parent e2db13ac
......@@ -127,7 +127,7 @@
</category-setting-exceptions>
</settings-subpage>
</template>
<template is="dom-if" route-path="/cookies" no-search>
<template is="dom-if" route-path="/cookies">
<settings-subpage id="cookies" page-title="$i18n{cookiePageTitle}"
learn-more-url="$i18n{cookiesSettingsHelpCenterURL}"
search-label="$i18n{siteSettingsAllSitesSearch}"
......
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