| Index: ash/ash_switches.cc
|
| diff --git a/ash/ash_switches.cc b/ash/ash_switches.cc
|
| index f6bfeda6f45760937ad15825b2a9954aced9d424..cc5af75a62dd0b6d839acc0cd0de47ad0bfd8d5d 100644
|
| --- a/ash/ash_switches.cc
|
| +++ b/ash/ash_switches.cc
|
| @@ -38,21 +38,9 @@ const char kAshDefaultWallpaperIsOem[] = "ash-default-wallpaper-is-oem";
|
| const char kAshDefaultWallpaperLarge[] = "ash-default-wallpaper-large";
|
| const char kAshDefaultWallpaperSmall[] = "ash-default-wallpaper-small";
|
|
|
| -// Use the normal visual style for the caption buttons (minimize, maximize,
|
| -// restore, close).
|
| -const char kAshDisableAlternateFrameCaptionButtonStyle[] =
|
| - "ash-disable-alternate-caption-button";
|
| -
|
| // Disable ability to dock windows at the desktop edge.
|
| const char kAshDisableDockedWindows[] = "ash-disable-docked-windows";
|
|
|
| -// Use alternate visual style for the caption buttons (minimize, maximize,
|
| -// restore, close). The alternate style:
|
| -// - Adds a dedicated button for minimize.
|
| -// - Removes the maximize button's help bubble.
|
| -const char kAshEnableAlternateFrameCaptionButtonStyle[] =
|
| - "ash-enable-alternate-caption-button";
|
| -
|
| #if defined(OS_CHROMEOS)
|
| // Enables key bindings to scroll magnified screen.
|
| const char kAshEnableMagnifierKeyScroller[] =
|
| @@ -117,11 +105,6 @@ const char kForceAshToDesktop[] = "ash-force-desktop";
|
|
|
| #endif
|
|
|
| -bool UseAlternateFrameCaptionButtonStyle() {
|
| - return !CommandLine::ForCurrentProcess()->
|
| - HasSwitch(kAshDisableAlternateFrameCaptionButtonStyle);
|
| -}
|
| -
|
| bool UseDockedWindows() {
|
| return !CommandLine::ForCurrentProcess()->HasSwitch(kAshDisableDockedWindows);
|
| }
|
|
|