| Index: ash/ash_switches.h
|
| diff --git a/ash/ash_switches.h b/ash/ash_switches.h
|
| index 7ff465060bee12509cc54fbc0420cc9b6a2ebf7a..86bd827b86a079cab00788f28040468f53944a73 100644
|
| --- a/ash/ash_switches.h
|
| +++ b/ash/ash_switches.h
|
| @@ -68,7 +68,6 @@ ASH_EXPORT extern const char kAshOverviewDelayOnAltTab[];
|
| ASH_EXPORT extern const char kAshSecondaryDisplayLayout[];
|
| ASH_EXPORT extern const char kAshMultipleSnapWindowWidths[];
|
| ASH_EXPORT extern const char kAshTouchHud[];
|
| -ASH_EXPORT extern const char kAshUseAlternateShelfLayout[];
|
| ASH_EXPORT extern const char kAshUseFirstDisplayAsInternal[];
|
| ASH_EXPORT extern const char kAuraLegacyPowerButton[];
|
| #if defined(OS_WIN)
|
| @@ -81,9 +80,6 @@ ASH_EXPORT extern const char kHideShelfAlignmentMenu[];
|
| // maximize, restore, close) should be used.
|
| ASH_EXPORT bool UseAlternateFrameCaptionButtonStyle();
|
|
|
| -// Returns true if the alternate shelf layout should be used.
|
| -ASH_EXPORT bool UseAlternateShelfLayout();
|
| -
|
| // Returns true if items can be dragged off the shelf to unpin.
|
| ASH_EXPORT bool UseDragOffShelf();
|
|
|
|
|