| Index: ash/accelerators/accelerator_commands_aura.h
|
| diff --git a/ash/accelerators/accelerator_commands.h b/ash/accelerators/accelerator_commands_aura.h
|
| similarity index 53%
|
| copy from ash/accelerators/accelerator_commands.h
|
| copy to ash/accelerators/accelerator_commands_aura.h
|
| index 832dda39a0891ec6cdc303987a222c38362cfa77..0796c327524d301c0655eae235755d20cc0fd15d 100644
|
| --- a/ash/accelerators/accelerator_commands.h
|
| +++ b/ash/accelerators/accelerator_commands_aura.h
|
| @@ -1,9 +1,9 @@
|
| -// Copyright 2013 The Chromium Authors. All rights reserved.
|
| +// Copyright 2016 The Chromium Authors. All rights reserved.
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef ASH_ACCELERATORS_ACCELERATOR_COMMANDS_H_
|
| -#define ASH_ACCELERATORS_ACCELERATOR_COMMANDS_H_
|
| +#ifndef ASH_ACCELERATORS_ACCELERATOR_COMMANDS_AURA_H_
|
| +#define ASH_ACCELERATORS_ACCELERATOR_COMMANDS_AURA_H_
|
|
|
| #include "ash/ash_export.h"
|
|
|
| @@ -12,19 +12,6 @@
|
| namespace ash {
|
| namespace accelerators {
|
|
|
| -// Minimizes the active window, if present. If no windows are active, restores
|
| -// the first unminimized window. Returns true if a window was minimized or
|
| -// restored.
|
| -ASH_EXPORT bool ToggleMinimized();
|
| -
|
| -// Toggles the maxmized state. If the window is in fulllscreen, it exits
|
| -// fullscreen mode.
|
| -ASH_EXPORT void ToggleMaximized();
|
| -
|
| -// Toggles the fullscreen state. The behavior can be overridden
|
| -// by WindowStateDelegate::ToggleFullscreen().
|
| -ASH_EXPORT void ToggleFullscreen();
|
| -
|
| // Toggles touch HUD.
|
| ASH_EXPORT void ToggleTouchHudProjection();
|
|
|
| @@ -43,4 +30,4 @@ ASH_EXPORT void Unpin();
|
| } // namespace accelerators
|
| } // namespace ash
|
|
|
| -#endif // ASH_ACCELERATORS_ACCELERATOR_COMMANDS_H_
|
| +#endif // ASH_ACCELERATORS_ACCELERATOR_COMMANDS_AURA_H_
|
|
|