| Index: ui/aura/client/window_types.h
|
| diff --git a/ui/aura/client/window_types.h b/ui/aura/client/window_types.h
|
| deleted file mode 100644
|
| index f0a7b777a8f1cf401210c260a281cb5e279e7c08..0000000000000000000000000000000000000000
|
| --- a/ui/aura/client/window_types.h
|
| +++ /dev/null
|
| @@ -1,36 +0,0 @@
|
| -// Copyright (c) 2012 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 UI_AURA_WINDOW_TYPES_H_
|
| -#define UI_AURA_WINDOW_TYPES_H_
|
| -
|
| -namespace aura {
|
| -namespace client {
|
| -
|
| -// This isn't a property because it can't change after the window has been
|
| -// initialized. It's in client because the Aura Client application derives
|
| -// meaning from these values, not Aura itself.
|
| -enum WindowType {
|
| - WINDOW_TYPE_UNKNOWN = 0,
|
| -
|
| - // Regular windows that should be laid out by the client.
|
| - WINDOW_TYPE_NORMAL,
|
| -
|
| - // Miscellaneous windows that should not be laid out by the shell.
|
| - WINDOW_TYPE_POPUP,
|
| -
|
| - // A window intended as a control. Not laid out by the shell.
|
| - WINDOW_TYPE_CONTROL,
|
| -
|
| - // Always on top windows aligned to bottom right of screen.
|
| - WINDOW_TYPE_PANEL,
|
| -
|
| - WINDOW_TYPE_MENU,
|
| - WINDOW_TYPE_TOOLTIP,
|
| -};
|
| -
|
| -} // namespace client
|
| -} // namespace aura
|
| -
|
| -#endif // UI_AURA_WINDOW_TYPES_H_
|
|
|