diff options
Diffstat (limited to 'ash/ash_switches.h')
-rw-r--r-- | ash/ash_switches.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/ash/ash_switches.h b/ash/ash_switches.h index 829ee96..6b1e01f 100644 --- a/ash/ash_switches.h +++ b/ash/ash_switches.h @@ -25,7 +25,6 @@ ASH_EXPORT extern const char kAshDefaultWallpaperIsOem[]; ASH_EXPORT extern const char kAshDefaultWallpaperLarge[]; ASH_EXPORT extern const char kAshDefaultWallpaperSmall[]; ASH_EXPORT extern const char kAshDisableAlternateFrameCaptionButtonStyle[]; -ASH_EXPORT extern const char kAshDisableAlternateShelfLayout[]; ASH_EXPORT extern const char kAshDisableDockedWindows[]; ASH_EXPORT extern const char kAshEnableAlternateFrameCaptionButtonStyle[]; #if defined(OS_CHROMEOS) @@ -42,7 +41,6 @@ ASH_EXPORT extern const char kAshHideNotificationsForFactory[]; ASH_EXPORT extern const char kAshHostWindowBounds[]; ASH_EXPORT extern const char kAshSecondaryDisplayLayout[]; 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) @@ -53,9 +51,6 @@ ASH_EXPORT extern const char kForceAshToDesktop[]; // 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(); |