| Index: ash/common/ash_switches.h
|
| diff --git a/ash/common/ash_switches.h b/ash/common/ash_switches.h
|
| index ea6b432de6f9f831425ed8beadef31b34c0c5b4f..160135a21cfa15b2f129c7934046351a3a99462f 100644
|
| --- a/ash/common/ash_switches.h
|
| +++ b/ash/common/ash_switches.h
|
| @@ -27,7 +27,6 @@ ASH_EXPORT extern const char kAshDisableTouchExplorationMode[];
|
| ASH_EXPORT extern const char kAshEnableFullscreenAppList[];
|
| ASH_EXPORT extern const char kAshEnableMagnifierKeyScroller[];
|
| ASH_EXPORT extern const char kAshEnablePaletteOnAllDisplays[];
|
| -ASH_EXPORT extern const char kAshEnableDockedWindows[];
|
| ASH_EXPORT extern const char kAshEnableTouchView[];
|
| ASH_EXPORT extern const char kAshEnableMirroredScreen[];
|
| ASH_EXPORT extern const char kAshForceEnablePalette[];
|
| @@ -45,9 +44,6 @@ ASH_EXPORT extern const char kAuraLegacyPowerButton[];
|
| // True if the pointer (cursor) position should be kept inside root windows.
|
| ASH_EXPORT bool ConstrainPointerToRoot();
|
|
|
| -// True if docking windows right or left is enabled.
|
| -ASH_EXPORT bool DockedWindowsEnabled();
|
| -
|
| } // namespace switches
|
| } // namespace ash
|
|
|
|
|