Commit 7c364680 authored by Sammie Quon's avatar Sammie Quon Committed by Commit Bot

cros: Remove overview rounded corner flag.

It's no longer hooked up to anything, also shuffle some features to
make alphabetical.

Test: compiles
Bug: 903486
Change-Id: I0326a069f00dcf0cc9fa557feb672e4610d36650
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2352218Reviewed-by: default avatarXiyuan Xia <xiyuan@chromium.org>
Commit-Queue: Sammie Quon <sammiequon@chromium.org>
Cr-Commit-Position: refs/heads/master@{#797716}
parent b311b2a0
...@@ -37,18 +37,9 @@ const base::Feature kDockedMagnifier{"DockedMagnifier", ...@@ -37,18 +37,9 @@ const base::Feature kDockedMagnifier{"DockedMagnifier",
const base::Feature kDragToSnapInClamshellMode{ const base::Feature kDragToSnapInClamshellMode{
"DragToSnapInClamshellMode", base::FEATURE_ENABLED_BY_DEFAULT}; "DragToSnapInClamshellMode", base::FEATURE_ENABLED_BY_DEFAULT};
const base::Feature kMovablePartialScreenshot{
"MovablePartialScreenshot", base::FEATURE_DISABLED_BY_DEFAULT};
const base::Feature kEnableOverviewRoundedCorners{
"EnableOverviewRoundedCorners", base::FEATURE_ENABLED_BY_DEFAULT};
const base::Feature kLimitAltTabToActiveDesk{"LimitAltTabToActiveDesk", const base::Feature kLimitAltTabToActiveDesk{"LimitAltTabToActiveDesk",
base::FEATURE_DISABLED_BY_DEFAULT}; base::FEATURE_DISABLED_BY_DEFAULT};
const base::Feature kPerDeskShelf{"PerDeskShelf",
base::FEATURE_DISABLED_BY_DEFAULT};
const base::Feature kLockScreenNotifications{"LockScreenNotifications", const base::Feature kLockScreenNotifications{"LockScreenNotifications",
base::FEATURE_DISABLED_BY_DEFAULT}; base::FEATURE_DISABLED_BY_DEFAULT};
...@@ -71,6 +62,9 @@ const base::Feature kManagedDeviceUIRedesign{"ManagedDeviceUIRedesign", ...@@ -71,6 +62,9 @@ const base::Feature kManagedDeviceUIRedesign{"ManagedDeviceUIRedesign",
const base::Feature kMediaSessionNotification{"MediaSessionNotification", const base::Feature kMediaSessionNotification{"MediaSessionNotification",
base::FEATURE_ENABLED_BY_DEFAULT}; base::FEATURE_ENABLED_BY_DEFAULT};
const base::Feature kMovablePartialScreenshot{
"MovablePartialScreenshot", base::FEATURE_DISABLED_BY_DEFAULT};
const base::Feature kMultiDisplayOverviewAndSplitView{ const base::Feature kMultiDisplayOverviewAndSplitView{
"MultiDisplayOverviewAndSplitView", base::FEATURE_ENABLED_BY_DEFAULT}; "MultiDisplayOverviewAndSplitView", base::FEATURE_ENABLED_BY_DEFAULT};
...@@ -85,6 +79,9 @@ const base::Feature kNotificationExperimentalShortTimeouts{ ...@@ -85,6 +79,9 @@ const base::Feature kNotificationExperimentalShortTimeouts{
const base::Feature kNotificationScrollBar{"NotificationScrollBar", const base::Feature kNotificationScrollBar{"NotificationScrollBar",
base::FEATURE_DISABLED_BY_DEFAULT}; base::FEATURE_DISABLED_BY_DEFAULT};
const base::Feature kPerDeskShelf{"PerDeskShelf",
base::FEATURE_DISABLED_BY_DEFAULT};
const base::Feature kPipRoundedCorners{"PipRoundedCorners", const base::Feature kPipRoundedCorners{"PipRoundedCorners",
base::FEATURE_DISABLED_BY_DEFAULT}; base::FEATURE_DISABLED_BY_DEFAULT};
......
...@@ -43,22 +43,10 @@ ASH_PUBLIC_EXPORT extern const base::Feature kDockedMagnifier; ...@@ -43,22 +43,10 @@ ASH_PUBLIC_EXPORT extern const base::Feature kDockedMagnifier;
// TODO(crbug.com/890029): Remove this when the feature is fully launched. // TODO(crbug.com/890029): Remove this when the feature is fully launched.
ASH_PUBLIC_EXPORT extern const base::Feature kDragToSnapInClamshellMode; ASH_PUBLIC_EXPORT extern const base::Feature kDragToSnapInClamshellMode;
// Enables resizing/moving the selection region for partial screenshot.
ASH_PUBLIC_EXPORT extern const base::Feature kMovablePartialScreenshot;
// Enables rounded corners in overview mode for testing.
// TODO(crbug.com/903486): Remove this when new rounded corners implementation
// has landed.
ASH_PUBLIC_EXPORT extern const base::Feature kEnableOverviewRoundedCorners;
// Limits the windows listed in Alt-Tab to the ones in the currently active // Limits the windows listed in Alt-Tab to the ones in the currently active
// desk. // desk.
ASH_PUBLIC_EXPORT extern const base::Feature kLimitAltTabToActiveDesk; ASH_PUBLIC_EXPORT extern const base::Feature kLimitAltTabToActiveDesk;
// Limits the items on the shelf to the ones associated with windows the
// currently active desk.
ASH_PUBLIC_EXPORT extern const base::Feature kPerDeskShelf;
// Enables notifications on the lock screen. // Enables notifications on the lock screen.
ASH_PUBLIC_EXPORT extern const base::Feature kLockScreenNotifications; ASH_PUBLIC_EXPORT extern const base::Feature kLockScreenNotifications;
...@@ -89,6 +77,9 @@ ASH_PUBLIC_EXPORT extern const base::Feature kManagedDeviceUIRedesign; ...@@ -89,6 +77,9 @@ ASH_PUBLIC_EXPORT extern const base::Feature kManagedDeviceUIRedesign;
// TODO(beccahughes): Remove after launch. (https://crbug.com/897836) // TODO(beccahughes): Remove after launch. (https://crbug.com/897836)
ASH_PUBLIC_EXPORT extern const base::Feature kMediaSessionNotification; ASH_PUBLIC_EXPORT extern const base::Feature kMediaSessionNotification;
// Enables resizing/moving the selection region for partial screenshot.
ASH_PUBLIC_EXPORT extern const base::Feature kMovablePartialScreenshot;
// Enables multi-display support for overview and split view. // Enables multi-display support for overview and split view.
// TODO(crbug.com/952461): Remove this when the feature is fully launched. // TODO(crbug.com/952461): Remove this when the feature is fully launched.
ASH_PUBLIC_EXPORT extern const base::Feature kMultiDisplayOverviewAndSplitView; ASH_PUBLIC_EXPORT extern const base::Feature kMultiDisplayOverviewAndSplitView;
...@@ -106,6 +97,10 @@ ASH_PUBLIC_EXPORT extern const base::Feature ...@@ -106,6 +97,10 @@ ASH_PUBLIC_EXPORT extern const base::Feature
// Enables notification scroll bar in UnifiedSystemTray. // Enables notification scroll bar in UnifiedSystemTray.
ASH_PUBLIC_EXPORT extern const base::Feature kNotificationScrollBar; ASH_PUBLIC_EXPORT extern const base::Feature kNotificationScrollBar;
// Limits the items on the shelf to the ones associated with windows the
// currently active desk.
ASH_PUBLIC_EXPORT extern const base::Feature kPerDeskShelf;
// Enables rounded corners for the Picture-in-picture window. // Enables rounded corners for the Picture-in-picture window.
ASH_PUBLIC_EXPORT extern const base::Feature kPipRoundedCorners; ASH_PUBLIC_EXPORT extern const base::Feature kPipRoundedCorners;
......
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