Commit bb4bf04a authored by Alex Newcomer's avatar Alex Newcomer Committed by Commit Bot

cros: Disable playstore search by default

At request of PM/UX, disable playstore search in the launcher.

Bug: 872397
Change-Id: Id3887904084be816e70a530bd143abe034a9d613
Reviewed-on: https://chromium-review.googlesource.com/1170990Reviewed-by: default avatarXiyuan Xia <xiyuan@chromium.org>
Commit-Queue: Alex Newcomer <newcomer@chromium.org>
Cr-Commit-Position: refs/heads/master@{#583433}
parent 3c7a2479
...@@ -17,8 +17,8 @@ const base::Feature kEnableAppShortcutSearch{"EnableAppShortcutSearch", ...@@ -17,8 +17,8 @@ const base::Feature kEnableAppShortcutSearch{"EnableAppShortcutSearch",
base::FEATURE_DISABLED_BY_DEFAULT}; base::FEATURE_DISABLED_BY_DEFAULT};
const base::Feature kEnableBackgroundBlur{"EnableBackgroundBlur", const base::Feature kEnableBackgroundBlur{"EnableBackgroundBlur",
base::FEATURE_DISABLED_BY_DEFAULT}; base::FEATURE_DISABLED_BY_DEFAULT};
const base::Feature kEnablePlayStoreAppSearch{"EnablePlayStoreAppSearch", const base::Feature kEnablePlayStoreAppSearch{
base::FEATURE_ENABLED_BY_DEFAULT}; "EnablePlayStoreAppSearch", base::FEATURE_DISABLED_BY_DEFAULT};
const base::Feature kEnableHomeLauncher{"EnableHomeLauncher", const base::Feature kEnableHomeLauncher{"EnableHomeLauncher",
base::FEATURE_ENABLED_BY_DEFAULT}; base::FEATURE_ENABLED_BY_DEFAULT};
const base::Feature kEnableSettingsShortcutSearch{ const base::Feature kEnableSettingsShortcutSearch{
......
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