Commit b3b25596 authored by Wenzhao Zang's avatar Wenzhao Zang Committed by Commit Bot

cros: Disable new wallpaper picker for M69

The plan is to ship all tablet features together in M70. This CL will
be merged to M69 and reverted in M70.

Bug: 800945
Change-Id: I8ca2adb4b8b0c1715d7229f48bb521d0dd3ed35b
Reviewed-on: https://chromium-review.googlesource.com/1198523Reviewed-by: default avatarXiyuan Xia <xiyuan@chromium.org>
Commit-Queue: Wenzhao (Colin) Zang <wzang@chromium.org>
Cr-Commit-Position: refs/heads/master@{#587898}
parent bb7b4f3f
...@@ -36,7 +36,7 @@ const base::Feature kLockScreenHideSensitiveNotificationsSupport{ ...@@ -36,7 +36,7 @@ const base::Feature kLockScreenHideSensitiveNotificationsSupport{
base::FEATURE_DISABLED_BY_DEFAULT}; base::FEATURE_DISABLED_BY_DEFAULT};
const base::Feature kNewWallpaperPicker{"NewWallpaperPicker", const base::Feature kNewWallpaperPicker{"NewWallpaperPicker",
base::FEATURE_ENABLED_BY_DEFAULT}; base::FEATURE_DISABLED_BY_DEFAULT};
const base::Feature kNightLight{"NightLight", base::FEATURE_ENABLED_BY_DEFAULT}; const base::Feature kNightLight{"NightLight", base::FEATURE_ENABLED_BY_DEFAULT};
......
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